<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>Python | Bugs</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/python/bugs/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>08 Nov  2009 16:25:30 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | Python | Bugs</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/python/bugs/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>[issue7289] bad import in redemo.py script in v3.1</title>
<description>New submission from Alan Gauld &amp;lt;alan.gauld@btinternet.com&amp;gt;: The Tkinter import in redemo.py in Tools/Scripts folder of the 3.1 distribution uses the</description>
<pubDate>08 Nov  2009 15:31:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786350</link>
</item><item>
<title>[issue7288] Detect improper leading whitespace in C files for Vim</title>
<description>New submission from Brett Cannon &amp;lt;brett@python.org&amp;gt;: With the proper detection for C files using either tabs or spaces now in there should also be p</description>
<pubDate>08 Nov  2009 13:46:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786335</link>
</item><item>
<title>[issue5611] Auto-detect indentation in C source in vimrc</title>
<description>Brett Cannon &amp;lt;brett@python.org&amp;gt; added the comment: in r76154 for trunk and r76155 for py3k. Thanks for the help, guys! ---------- resolution: -&amp;gt; ac</description>
<pubDate>08 Nov  2009 13:42:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786334</link>
</item><item>
<title>[issue6233] ElementTree (py3k) doesn&amp;#039;t properly encode characters that can&amp;#039;t be represented in the specified encoding</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: The patch looks ok to me. ---------- _______________________________________ Python tracker &amp;lt;rep</description>
<pubDate>08 Nov  2009 12:43:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786333</link>
</item><item>
<title>[issue7287] import hook demo does not work</title>
<description>New submission from Baptiste Lepilleur &amp;lt;blep@users.sourceforge.net&amp;gt;: The import hook demo in the source directory Python-3.1.1\Demo\imputil\knee.py f</description>
<pubDate>08 Nov  2009 05:30:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786276</link>
</item><item>
<title>[issue3475] _elementtree.c import can fail silently</title>
<description>Brian Harring &amp;lt;ferringb@gmail.com&amp;gt; added the comment: At this point, this affects 2.5, 2.6, and 3.1 (and the normal 1.0.5 release of cElementTree); w</description>
<pubDate>07 Nov  2009 23:37:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786261</link>
</item><item>
<title>[issue7286] odd exec() behavior or documentation</title>
<description>New submission from Peter Mawhorter &amp;lt;pmawhorter@gmail.com&amp;gt;: The behavior of the built-in exec() function differs in Python3.1 from the behavior in Py</description>
<pubDate>07 Nov  2009 22:39:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786259</link>
</item><item>
<title>[issue7285] multiprocessing module, example code error</title>
<description>New submission from Kouki Hashimoto &amp;lt;hsmtkk@gmail.com&amp;gt;: Example codes on multiprocessing module occur errors. I attached the patch to fix these error</description>
<pubDate>07 Nov  2009 18:32:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786240</link>
</item><item>
<title>[issue7284] optparse - display version in usage by default</title>
<description>New submission from anatoly techtonik &amp;lt;techtonik@gmail.com&amp;gt;: It would be useful if optparse could display version right in usage help before command</description>
<pubDate>07 Nov  2009 16:56:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786214</link>
</item><item>
<title>[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn&amp;#039;t been created yet</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  ---------- title: test_site failure when Python gets installed along a symbolic link -&amp;gt; test_site failur</description>
<pubDate>07 Nov  2009 16:51:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786213</link>
</item><item>
<title>[issue7283] test_site failure when Python gets installed along a symbolic link</title>
<description>New submission from Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;: On that buildbot, /var/lib/buildbot is a symlink to /home/buildbot and I get the following failu</description>
<pubDate>07 Nov  2009 16:27:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786210</link>
</item><item>
<title>[issue7282] RLocks leak references when used in raw threads</title>
<description>New submission from Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;: When you use an RLock from a thread which wasn&amp;#039;t created through the high-level `threading` API</description>
<pubDate>07 Nov  2009 16:00:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786184</link>
</item><item>
<title>[issue7187] importlib/_bootstrap.py write_bytecode raises an IOError if it can&amp;#039;t open the .pyc file for writing</title>
<description>Brett Cannon &amp;lt;brett@python.org&amp;gt; added the comment: Committed to py3k in r76146 and r76147 for 3.1. Thanks for the detailed report, Dave! ----------</description>
<pubDate>07 Nov  2009 15:57:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786183</link>
</item><item>
<title>[issue7281] copysign() with NaN arguments on OpenSolaris</title>
<description>New submission from Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt;: Sorry to report so many obscure corner cases. With the combination Opensolaris/suncc/Py</description>
<pubDate>07 Nov  2009 12:41:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786167</link>
</item><item>
<title>[issue7280] PCBuild instruction says to use nasmw.exe but it no longer exist</title>
<description>New submission from Baptiste Lepilleur &amp;lt;blep@users.sourceforge.net&amp;gt;: PCBuild requires nasmw.exe but it no longer exists in the latest version of nasm</description>
<pubDate>07 Nov  2009 12:18:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786148</link>
</item><item>
<title>[issue7279] decimal.py: == and != comparisons involving NaNs</title>
<description>New submission from Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt;: I&amp;#039;m not sure this is a bug, but I am trying to understand the rationale for mimicking I</description>
<pubDate>07 Nov  2009 02:43:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786097</link>
</item><item>
<title>[issue7278] decimal.py: New instance vs. new reference</title>
<description>New submission from Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt;: In the following case, Decimal() and int() behave differently. I wonder if this is inte</description>
<pubDate>07 Nov  2009 01:51:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786093</link>
</item><item>
<title>[issue7277] online docs out-of-sync with sources and distributed .chm files</title>
<description>New submission from Gabriel Genellina &amp;lt;gagsl-py2@yahoo.com.ar&amp;gt;: The online version of the 2.6.4 documentation, at http://www.python.org/doc/2.6.4/ref</description>
<pubDate>06 Nov  2009 20:08:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786064</link>
</item><item>
<title>[issue5707] IDLE will not load</title>
<description>GUO, Chen &amp;lt;gcd0318@hotmail.com&amp;gt; added the comment: Modification to &amp;quot;customer key set&amp;quot; would make IDLE fail to start To re-produce: 1, Start IDLE, an</description>
<pubDate>06 Nov  2009 12:31:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786010</link>
</item><item>
<title>[issue6508] expose setresuid</title>
<description>Travis H. &amp;lt;travis+w-python.org@subspacefield.org&amp;gt; added the comment: So this patch is done and tested, but no movement on it since 18 September. Is</description>
<pubDate>06 Nov  2009 12:17:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786009</link>
</item><item>
<title>[issue7276] UnboundLocalError scoping problem with nested functions</title>
<description>New submission from Ole Laursen &amp;lt;olau@iola.dk&amp;gt;: This works: def outer(name):   tmp = name   def inner():     print(tmp)   return inner ou</description>
<pubDate>06 Nov  2009 11:23:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785982</link>
</item><item>
<title>[issue7275] CoverageResult fails to merge input file with non-empty callers in trace.py (patch)</title>
<description>New submission from Christian Glinsvad &amp;lt;glinsvad@hotmail.com&amp;gt;: CoverageResults expects arguments in the order &amp;quot;counts, calledfuncs, infile, callers..</description>
<pubDate>06 Nov  2009 10:12:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785979</link>
</item><item>
<title>[issue7274] json module apparently fails regression found at http://json.org/JSON_checker/test.zip.</title>
<description>New submission from Douglas Shawhan &amp;lt;doug.shawhan@gmail.com&amp;gt;: Environment: Ubuntu 9.04 Jaunty Linux thebadpipsissewah 2.6.28-16-server #55-Ubuntu SMP</description>
<pubDate>06 Nov  2009 10:11:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785978</link>
</item><item>
<title>[issue858809] Use directories from configure rather than hardcoded</title>
<description>Changes by Arfrever Frehtes Taifersar Arahesis &amp;lt;Arfrever.FTA@GMail.Com&amp;gt;:  ---------- nosy: +Arfrever _______________________________________ Python</description>
<pubDate>06 Nov  2009 08:46:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785941</link>
</item><item>
<title>[issue7273] struct.pack adding extra &amp;#039;\x00&amp;#039; character in very specific case</title>
<description>New submission from Caleb Madrigal &amp;lt;caleb.madrigal@gmail.com&amp;gt;: struct.pack(&amp;quot;17scBH&amp;quot;, &amp;#039;a&amp;#039;*17, &amp;#039;c&amp;#039;, 255, 65535) produces &amp;#039;aaaaaaaaaaaaaaaaac\xff\x00\xf</description>
<pubDate>06 Nov  2009 08:16:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785917</link>
</item>
</channel>
</rss>
