<?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 15:16:01 -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>[issue7288] Detect improper leading whitespace in C files for Vim</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: As a non-Vim user, I don&amp;#039;t really care, but lines beginning with spaces are valid if you want to i</description>
<pubDate>08 Nov  2009 14:03:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786336</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>[issue3475] _elementtree.c import can fail silently</title>
<description>Fredrik Lundh &amp;lt;fredrik@effbot.org&amp;gt; added the comment: Note that &amp;quot;fail silently&amp;quot; is a bit of a misnomer - if the embedded import doesn&amp;#039;t work, portio</description>
<pubDate>08 Nov  2009 10:35:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786312</link>
</item><item>
<title>[issue3475] _elementtree.c import can fail silently</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: For 2.5, this will not be fixed, as it is not security-critical. ---------- versions: +Pyth</description>
<pubDate>08 Nov  2009 10:30:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786311</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: rlock4.patch looks correct and pass test_threading.py tests. ---------- __________</description>
<pubDate>08 Nov  2009 06:10:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786278</link>
</item><item>
<title>[issue7281] copysign() with NaN arguments on OpenSolaris</title>
<description>Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt; added the comment: I hope this won&amp;#039;t be getting too complex. :) Firstly, I agree that this is perhaps not a</description>
<pubDate>08 Nov  2009 05:49:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786277</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>[issue7279] decimal.py: == and != comparisons involving NaNs</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: There&amp;#039;s a second issue to consider here, which is that Python uses equality as specified by t</description>
<pubDate>08 Nov  2009 01:28:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786266</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>[issue7278] decimal.py: New instance vs. new reference</title>
<description>Raymond Hettinger &amp;lt;rhettinger@users.sourceforge.net&amp;gt; added the comment: Stefan, this is a non-guaranteed implementation detail (for both ints and dec</description>
<pubDate>07 Nov  2009 22:40:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786260</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>Changes by Benjamin Peterson &amp;lt;benjamin@python.org&amp;gt;:  ---------- assignee: georg.brandl -&amp;gt; jnoller nosy: +jnoller ___________________________________</description>
<pubDate>07 Nov  2009 20:35:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786255</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>[issue7281] copysign() with NaN arguments on OpenSolaris</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: You may have let yourself in for something here. :-) Can you tell me what: &amp;gt;&amp;gt;&amp;gt; import sys &amp;gt;</description>
<pubDate>07 Nov  2009 16:30:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786212</link>
</item><item>
<title>[issue7283] test_site failure when Python gets installed along a symbolic link</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Well, I&amp;#039;m not sure the symlink is actually the problem. Apparently the &amp;quot;.local&amp;quot; directory hadn&amp;#039;t b</description>
<pubDate>07 Nov  2009 16:28:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786211</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>[issue7278] decimal.py: New instance vs. new reference</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: I don&amp;#039;t think it should matter whether either &amp;#039;id(x) == id(y)&amp;#039; returns True or False: since</description>
<pubDate>07 Nov  2009 16:14:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786185</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>[issue7278] decimal.py: New instance vs. new reference</title>
<description>Changes by Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt;:  ---------- type: -&amp;gt; behavior _______________________________________ Python tracker &amp;lt;report@b</description>
<pubDate>07 Nov  2009 12:42:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786169</link>
</item><item>
<title>[issue7279] decimal.py: == and != comparisons involving NaNs</title>
<description>Changes by Stefan Krah &amp;lt;stefan-usenet@bytereef.org&amp;gt;:  ---------- type: -&amp;gt; behavior _______________________________________ Python tracker &amp;lt;report@b</description>
<pubDate>07 Nov  2009 12:42:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786168</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>[issue4722] _winreg.QueryValue fault while reading mangled registry values</title>
<description>Brian Curtin &amp;lt;curtin@acm.org&amp;gt; added the comment: It happens to me on trunk with Windows XP. I also have access to Windows Server 2003 where I can tes</description>
<pubDate>07 Nov  2009 12:40:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786166</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>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Yes, here is a new patch adding tp_repr. ---------- Added file: http://bugs.python.org/file15285/</description>
<pubDate>07 Nov  2009 12:12:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786147</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: Can you make the C implementation&amp;#039;s repr() show something similar to the Python implementation</description>
<pubDate>07 Nov  2009 11:44:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786146</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Here is an updated patch. I addressed all review comments, except the one about acquire_restore()</description>
<pubDate>07 Nov  2009 09:47:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786134</link>
</item><item>
<title>[issue3488] Provide compress/uncompress functions on the gzip module</title>
<description>Anand B Pillai &amp;lt;abpillai@gmail.com&amp;gt; added the comment: Uploading rst documentation svn diff for module. ---------- Added file: http://bugs.python.or</description>
<pubDate>07 Nov  2009 09:41:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786133</link>
</item><item>
<title>[issue3488] Provide compress/uncompress functions on the gzip module</title>
<description>Anand B Pillai &amp;lt;abpillai@gmail.com&amp;gt; added the comment: Uploading fresh gzip.py SVN diff with a minor change, i.e accepting a regular string as argume</description>
<pubDate>07 Nov  2009 09:41:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786132</link>
</item><item>
<title>[issue3488] Provide compress/uncompress functions on the gzip module</title>
<description>Changes by Anand B Pillai &amp;lt;abpillai@gmail.com&amp;gt;:  Removed file: http://bugs.python.org/file11050/gzip_svn_diff.patch ________________________________</description>
<pubDate>07 Nov  2009 09:39:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786131</link>
</item><item>
<title>[issue3488] Provide compress/uncompress functions on the gzip module</title>
<description>Changes by Anand B Pillai &amp;lt;abpillai@gmail.com&amp;gt;:  Removed file: http://bugs.python.org/file11044/gzip.patch _______________________________________ P</description>
<pubDate>07 Nov  2009 09:39:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786130</link>
</item><item>
<title>[issue3488] Provide compress/uncompress functions on the gzip module</title>
<description>Changes by Anand B Pillai &amp;lt;abpillai@gmail.com&amp;gt;:  Removed file: http://bugs.python.org/file11035/gzip_patch.py ______________________________________</description>
<pubDate>07 Nov  2009 09:39:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786129</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; rlock_acquire_doc: &amp;quot;(...) return None once the lock is acquired&amp;quot;. &amp;gt; That&amp;#039;s wrong, acquire() alwa</description>
<pubDate>07 Nov  2009 07:17:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786110</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Thanks for the review. I will make the suggested modifications. http://codereview.appspot.com/150</description>
<pubDate>07 Nov  2009 07:06:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786109</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>[issue7268] 2to3 execfile conversion changes behavior</title>
<description>Gabriel Genellina &amp;lt;gagsl-py2@yahoo.com.ar&amp;gt; added the comment: This is a patch for the execfile fixer, so it converts     execfile(&amp;quot;fn&amp;quot;) into this</description>
<pubDate>07 Nov  2009 02:21:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786096</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>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: rlock_acquire_doc: &amp;quot;(...) return None once the lock is acquired&amp;quot;. That&amp;#039;s wrong, acqu</description>
<pubDate>07 Nov  2009 00:57:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786087</link>
</item><item>
<title>[issue7271] Typo in turtle module documentation.</title>
<description>Georg Brandl &amp;lt;georg@python.org&amp;gt; added the comment: Fixed in r76143. ---------- resolution: -&amp;gt; fixed status: open -&amp;gt; closed _______________________</description>
<pubDate>07 Nov  2009 00:26:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786086</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: Reviewers: , http://codereview.appspot.com/150055/diff/1/4 File Modules/_threadmodule.c (right</description>
<pubDate>06 Nov  2009 23:48:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786079</link>
</item><item>
<title>[issue7268] 2to3 execfile conversion changes behavior</title>
<description>Gabriel Genellina &amp;lt;gagsl-py2@yahoo.com.ar&amp;gt; added the comment: The docs for the built-in function compile() say: &amp;quot;Note: When compiling a string with</description>
<pubDate>06 Nov  2009 22:14:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786075</link>
</item><item>
<title>[issue7277] online docs out-of-sync with sources and distributed .chm files</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: Because they were merged after 2.6.4 was tagged. The online docs show the current state o</description>
<pubDate>06 Nov  2009 21:55:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786074</link>
</item><item>
<title>[issue4722] _winreg.QueryValue fault while reading mangled registry values</title>
<description>Gabriel Genellina &amp;lt;gagsl-py2@yahoo.com.ar&amp;gt; added the comment: I cannot reproduce this bug with the current 2.6.4 release - it is either fixed or mas</description>
<pubDate>06 Nov  2009 21:44:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786073</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>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  ---------- stage: needs patch -&amp;gt; patch review _______________________________________ Python tracker &amp;lt;r</description>
<pubDate>06 Nov  2009 17:13:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786061</link>
</item><item>
<title>[issue3001] RLock&amp;#039;s are SLOW</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Here is a new patch against py3k. It passes all tests and is generally 10-15x faster than the pure</description>
<pubDate>06 Nov  2009 17:07:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786060</link>
</item><item>
<title>[issue2054] add ftp-tls support to ftplib - RFC 4217</title>
<description>Giampaolo Rodola&amp;#039; &amp;lt;billiejoex@users.sourceforge.net&amp;gt; added the comment: &amp;gt; The user willing to use SSL instead of TLS will have to change &amp;gt; ssl_versi</description>
<pubDate>06 Nov  2009 15:53:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786043</link>
</item><item>
<title>[issue2054] add ftp-tls support to ftplib - RFC 4217</title>
<description>Giampaolo Rodola&amp;#039; &amp;lt;billiejoex@users.sourceforge.net&amp;gt; added the comment: Sorry for delay in the response. The latest messages slipped under my radar.</description>
<pubDate>06 Nov  2009 15:51:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786042</link>
</item><item>
<title>[issue7274] json module apparently fails regression found at http://json.org/JSON_checker/test.zip.</title>
<description>Bob Ippolito &amp;lt;bob@redivi.com&amp;gt; added the comment: The json module departs slightly from the spec in that it will allow you to consume and produce doc</description>
<pubDate>06 Nov  2009 14:45:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786041</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Ok, I committed the patch in trunk and py3k after applying the suggested fixes. Thank you. ------</description>
<pubDate>06 Nov  2009 14:41:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786040</link>
</item><item>
<title>[issue7274] json module apparently fails regression found at http://json.org/JSON_checker/test.zip.</title>
<description>Changes by Benjamin Peterson &amp;lt;benjamin@python.org&amp;gt;:  ---------- assignee: -&amp;gt; bob.ippolito nosy: +bob.ippolito _____________________________________</description>
<pubDate>06 Nov  2009 13:40:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786015</link>
</item><item>
<title>[issue7276] UnboundLocalError scoping problem with nested functions</title>
<description>Benjamin Peterson &amp;lt;benjamin@python.org&amp;gt; added the comment: Any assignment causes a value to be local to its current scope. ---------- nosy: +benjami</description>
<pubDate>06 Nov  2009 13:21:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786014</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Jack Diederich &amp;lt;jackdied@gmail.com&amp;gt; added the comment: backported to maint via svnmerge in r76136. 3.1 and 3.x test_telnetlib.py&amp;#039;s (and telnetlib.py</description>
<pubDate>06 Nov  2009 13:17:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786013</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: Can you have Bunch inherit from object and add a docstring to its constructor? otherwise looks</description>
<pubDate>06 Nov  2009 13:08:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786012</link>
</item><item>
<title>[issue6508] expose setresuid</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: I&amp;#039;ll take care of it. It needs unittests but those will be trivial. ---------- assignee: -&amp;gt;</description>
<pubDate>06 Nov  2009 13:04:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/786011</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>[issue2054] add ftp-tls support to ftplib - RFC 4217</title>
<description>Domen &amp;lt;ielectric@gmail.com&amp;gt; added the comment: I&amp;#039;ve tested TLS with several private servers today, seems to work. I cannot test patch against FTP SS</description>
<pubDate>06 Nov  2009 12:10:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785984</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: Jack, this failure is happening also in 3.1. I tried to merge the revision, but there are</description>
<pubDate>06 Nov  2009 11:27:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785983</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>[issue7270] Tests for synchronization primitives</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Please make a sign if you want to review, otherwise I will commit. ---------- __________________</description>
<pubDate>06 Nov  2009 10:26:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785981</link>
</item><item>
<title>[issue7251] Mark expected failures of test_math, test_cmath and test_round as such.</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: The test_round failure on Debian alpha is likely related to this glibc bug: http://sources.r</description>
<pubDate>06 Nov  2009 10:18:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785980</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>[issue3864] 26.rc1: test_signal issue on FreeBSD 6.3</title>
<description>Changes by R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt;:  ---------- keywords: +buildbot _______________________________________ Python tracker &amp;lt;report@b</description>
<pubDate>06 Nov  2009 09:42:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785950</link>
</item><item>
<title>[issue1294959] Problems with /usr/lib64 builds.</title>
<description>Marc-Andre Lemburg &amp;lt;mal@egenix.com&amp;gt; added the comment: Adding Tarek to the ticket. ---------- nosy: +tarek _______________________________________</description>
<pubDate>06 Nov  2009 09:41:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785949</link>
</item><item>
<title>[issue3864] 26.rc1: test_signal issue on FreeBSD 6.3</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: Put in a platform+release specific skip, perhaps. ---------- keywords: +easy -buildbot pr</description>
<pubDate>06 Nov  2009 09:41:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785948</link>
</item><item>
<title>[issue3864] 26.rc1: test_signal issue on FreeBSD 6.3</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: Well, test_signal is still failing. So I guess this should stay open until we deal with the</description>
<pubDate>06 Nov  2009 09:29:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785947</link>
</item><item>
<title>[issue1294959] Problems with /usr/lib64 builds.</title>
<description>Marc-Andre Lemburg &amp;lt;mal@egenix.com&amp;gt; added the comment: jan matejek wrote: &amp;gt; &amp;gt; jan matejek &amp;lt;jmatejek@suse.cz&amp;gt; added the comment: &amp;gt; &amp;gt; thanks for the</description>
<pubDate>06 Nov  2009 09:27:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785946</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Jack Diederich &amp;lt;jackdied@gmail.com&amp;gt; added the comment: committed in rev 76133 ---------- resolution: -&amp;gt; fixed status: open -&amp;gt; closed _____________</description>
<pubDate>06 Nov  2009 09:21:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785945</link>
</item><item>
<title>[issue3864] 26.rc1: test_signal issue on FreeBSD 6.3</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: Mark, can this bug be closed, then? ---------- _______________________________________ P</description>
<pubDate>06 Nov  2009 09:18:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785944</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: The patch runs clean on my Gentoo buildbot, which otherwise fails consistently. I say app</description>
<pubDate>06 Nov  2009 09:15:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785943</link>
</item><item>
<title>[issue1294959] Problems with /usr/lib64 builds.</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:47:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785942</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>[issue1294959] Problems with /usr/lib64 builds.</title>
<description>jan matejek &amp;lt;jmatejek@suse.cz&amp;gt; added the comment: thanks for the info; however, it still means that python needs to learn to live in places other tha</description>
<pubDate>06 Nov  2009 08:26:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785940</link>
</item><item>
<title>[issue7273] struct.pack adding extra &amp;#039;\x00&amp;#039; character in very specific case</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: I don&amp;#039;t think this is a bug: struct.pack deliberately adds padding bytes so that the byte se</description>
<pubDate>06 Nov  2009 08:25:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785939</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><item>
<title>[issue7272] test_multiprocessing fails consistently with &amp;#039;signal 12&amp;#039; on FreeBSD 6.2 buildbot.</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: I&amp;#039;m not sure whether this is relevant, but the configure output for the FreeBSD trunk build i</description>
<pubDate>06 Nov  2009 08:05:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785916</link>
</item><item>
<title>[issue7272] test_multiprocessing fails consistently with &amp;#039;signal 12&amp;#039; on FreeBSD 6.2 buildbot.</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: I mangled the buildbot results URL. Here it is again. http://www.python.org/dev/buildbot/bui</description>
<pubDate>06 Nov  2009 07:58:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785915</link>
</item><item>
<title>[issue7272] test_multiprocessing fails consistently with &amp;#039;signal 12&amp;#039; on FreeBSD 6.2 buildbot.</title>
<description>New submission from Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt;: The x86 FreeBSD buildslave is consistently aborting the test run with a &amp;#039;Signal 12&amp;#039; failure</description>
<pubDate>06 Nov  2009 07:57:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785914</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: The most recent patch (http://bugs.python.org/file15278) works for me on OS X 10.4/PPC (32-bit</description>
<pubDate>06 Nov  2009 07:44:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785913</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Eric Smith &amp;lt;eric@trueblade.com&amp;gt; added the comment: The new patch works for me on 32-bit OS X 10.5. I think the approach of mocking the sockets is a g</description>
<pubDate>06 Nov  2009 07:21:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785912</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Changes by Jack Diederich &amp;lt;jackdied@gmail.com&amp;gt;:  Removed file: http://bugs.python.org/file15276/simplified_6748.diff _______________________________</description>
<pubDate>06 Nov  2009 07:02:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785911</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Jack Diederich &amp;lt;jackdied@gmail.com&amp;gt; added the comment: ran pyflakes and removed unused imports. ---------- Added file: http://bugs.python.org/file15</description>
<pubDate>06 Nov  2009 07:02:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785910</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt; added the comment: With these test simplifications, it looks as though you could lose some imports as well. (E.g.</description>
<pubDate>06 Nov  2009 06:53:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785909</link>
</item><item>
<title>[issue7267] format method: c presentation type broken</title>
<description>Walter Dörwald &amp;lt;walter@livinglogic.de&amp;gt; added the comment: I&amp;#039;d say that a value &amp;gt;= 128 should generate a Unicode string (as the PEP explicitely state</description>
<pubDate>06 Nov  2009 06:52:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785908</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  Added file: http://bugs.python.org/file15277/locktests2.patch _______________________________________ P</description>
<pubDate>06 Nov  2009 06:44:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785907</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  Removed file: http://bugs.python.org/file15275/locktests2.patch _______________________________________</description>
<pubDate>06 Nov  2009 06:44:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785906</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  Removed file: http://bugs.python.org/file15274/locktests.patch _______________________________________</description>
<pubDate>06 Nov  2009 06:44:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785905</link>
</item><item>
<title>[issue6748] test_debuglevel from test_telnetlib.py fails</title>
<description>Jack Diederich &amp;lt;jackdied@gmail.com&amp;gt; added the comment: Simplified tests attached. Instead of bulking up and testing the TCP server implementation I</description>
<pubDate>06 Nov  2009 06:32:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785904</link>
</item><item>
<title>[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3</title>
<description>Amaury Forgeot d&amp;#039;Arc &amp;lt;amauryfa@gmail.com&amp;gt; added the comment: Unless I am mistaken, self.filename has no path, and files are created in the current di</description>
<pubDate>06 Nov  2009 06:17:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785903</link>
</item><item>
<title>[issue7267] format method: c presentation type broken</title>
<description>Eric Smith &amp;lt;eric@trueblade.com&amp;gt; added the comment: This is a bug in the way ints and longs are formatted. They always do the formatting as str, then</description>
<pubDate>06 Nov  2009 06:09:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785886</link>
</item><item>
<title>[issue7271] Typo in turtle module documentation.</title>
<description>New submission from Mark Dickinson &amp;lt;dickinsm@gmail.com&amp;gt;: Reported on c.l.p. by Lawrence D&amp;#039;Oliveiro: &amp;lt;http://docs.python.org/library/turtle.html&amp;gt; --</description>
<pubDate>06 Nov  2009 05:32:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785885</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: New patch adding Semaphore and BoundedSemaphore tests. ---------- Added file: http://bugs.python.</description>
<pubDate>06 Nov  2009 05:29:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785884</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>Changes by Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;:  ---------- nosy: +tim_one _______________________________________ Python tracker &amp;lt;report@bugs.python.or</description>
<pubDate>06 Nov  2009 03:44:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785860</link>
</item><item>
<title>[issue7270] Tests for synchronization primitives</title>
<description>New submission from Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt;: Here is a patch adding unit tests for synchronization primitives in threading.py (Lock, RLock, E</description>
<pubDate>06 Nov  2009 03:26:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/785859</link>
</item>
</channel>
</rss>
