<?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>07 Sep  2008 23:12:56 -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>[issue3802] smtpd.py __getaddr insufficient handling</title>
<description>New submission from Marcus CM &amp;lt;marcus@internetnowasp.net&amp;gt;: The __getaddr does not handle certain valid MAIL FROM well : For eg, &amp;lt;marcus@internetnow</description>
<pubDate>07 Sep  2008 21:59:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677878</link>
</item><item>
<title>[issue3526] Customized malloc implementation on SunOS and AIX</title>
<description>Tim Peters &amp;lt;tim.peters@gmail.com&amp;gt; added the comment: I have to admit that if Python /didn&amp;#039;t/ know better than platform libc implementers in some case</description>
<pubDate>07 Sep  2008 20:26:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677877</link>
</item><item>
<title>[issue3526] Customized malloc implementation on SunOS and AIX</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: &amp;gt; OTOH, if for some compelling reason it&amp;#039;s believed Python knows better &amp;gt; than platform vend</description>
<pubDate>07 Sep  2008 20:21:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677876</link>
</item><item>
<title>[issue3756] re.escape() does not work with bytes()</title>
<description>Andrew McNamara &amp;lt;andrewm@object-craft.com.au&amp;gt; added the comment: I meant &amp;quot;I can certainly imagine use cases...&amp;quot; In case it&amp;#039;s not clear, I think the</description>
<pubDate>07 Sep  2008 19:12:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677871</link>
</item><item>
<title>[issue3756] re.escape() does not work with bytes()</title>
<description>Andrew McNamara &amp;lt;andrewm@object-craft.com.au&amp;gt; added the comment: I don&amp;#039;t think it&amp;#039;s possible to say whether it&amp;#039;s preformance critical - I can certai</description>
<pubDate>07 Sep  2008 18:35:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677870</link>
</item><item>
<title>[issue3526] Customized malloc implementation on SunOS and AIX</title>
<description>Tim Peters &amp;lt;tim.peters@gmail.com&amp;gt; added the comment: &amp;gt; Anything in obmalloc that is not arena space should continue to come &amp;gt; from malloc, I believe.</description>
<pubDate>07 Sep  2008 17:52:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677857</link>
</item><item>
<title>[issue3799] Byte/string inconsistencies between different dbm modules</title>
<description>Skip Montanaro &amp;lt;skip@pobox.com&amp;gt; added the comment: I&amp;#039;m not sure. I&amp;#039;ve never done anything with the io module. Simply eliminating the bytes checks a</description>
<pubDate>07 Sep  2008 17:26:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677856</link>
</item><item>
<title>[issue3801] cgi.parse_qsl does not return list</title>
<description>Facundo Batista &amp;lt;facundo@taniquetil.com.ar&amp;gt; added the comment: Dumb error, it was even only in 2.6, 3.0 was ok. Thanks for noticing it, I fixed it a</description>
<pubDate>07 Sep  2008 17:24:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677855</link>
</item><item>
<title>[issue3801] cgi.parse_qsl does not return list</title>
<description>New submission from Kevin M. Turner &amp;lt;acapnotic@users.sourceforge.net&amp;gt;: This is a regression from 2.5 that causes our test suite to fail in 2.6. Look</description>
<pubDate>07 Sep  2008 15:06:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677821</link>
</item><item>
<title>[issue3781] warnings.catch_warnings fails gracelessly when recording warnings but no warnings are emitted</title>
<description>Changes by Brett Cannon &amp;lt;brett@python.org&amp;gt;:  Removed file: http://bugs.python.org/file11382/catch_warnings_atts.diff _______________________________</description>
<pubDate>07 Sep  2008 14:29:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677820</link>
</item><item>
<title>[issue3781] warnings.catch_warnings fails gracelessly when recording warnings but no warnings are emitted</title>
<description>Brett Cannon &amp;lt;brett@python.org&amp;gt; added the comment: The new patch ditches the WarningsRecorder class and just returns a list that is directly mutated.</description>
<pubDate>07 Sep  2008 14:29:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677819</link>
</item><item>
<title>[issue3791] bsddb not completely removed</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: The patch looks fine to me, please apply. ---------- assignee: -&amp;gt; amaury.forgeotdarc keywo</description>
<pubDate>07 Sep  2008 13:31:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677804</link>
</item><item>
<title>[issue3786] _curses, _curses_panel &amp;amp; _multiprocessing can&amp;#039;t be build in 2.6b3 w/ SunStudio 12</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: Why do you think this is a bug in Python? It sounds like a bug in the operating system to me</description>
<pubDate>07 Sep  2008 13:23:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677803</link>
</item><item>
<title>[issue3784] Incorrect compiler options used for cc of Sun Studio 12</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: Also, can you please attach your config.log? ---------- nosy: +loewis ____________________</description>
<pubDate>07 Sep  2008 13:18:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677802</link>
</item><item>
<title>[issue3781] warnings.catch_warnings fails gracelessly when recording warnings but no warnings are emitted</title>
<description>Changes by Brett Cannon &amp;lt;brett@python.org&amp;gt;:  ---------- assignee: -&amp;gt; brett.cannon _______________________________________ Python tracker &amp;lt;report@bu</description>
<pubDate>07 Sep  2008 13:16:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677801</link>
</item><item>
<title>[issue3526] Customized malloc implementation on SunOS and AIX</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: &amp;gt; I will try to do that patch in coming weeks (obmalloc mostly allocates &amp;gt; some 256KB arenas</description>
<pubDate>07 Sep  2008 12:45:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677800</link>
</item><item>
<title>[issue3760] PEP 3121 --- PyType_Copy is missing</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: The intention is that different interpreters have distinct, separate instances of the type o</description>
<pubDate>07 Sep  2008 12:28:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677799</link>
</item><item>
<title>[issue1204] readline configuration for shared libs w/o curses dependencies</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: merged to py3k r66297 + r66298 backported to release25-maint r66299 + r66300. ---------- reso</description>
<pubDate>07 Sep  2008 12:26:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677798</link>
</item><item>
<title>[issue1204] readline configuration for shared libs w/o curses dependencies</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: fixed in trunk r66295/r66296. merging and backporting now... ---------- versions: +Python 3.0</description>
<pubDate>07 Sep  2008 12:20:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677797</link>
</item><item>
<title>[issue1204] readline configuration for shared libs w/o curses dependencies</title>
<description>Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt; added the comment: eek. not quite fixed then :) i&amp;#039;ll retest and take care of it. ---------- resolution: accepte</description>
<pubDate>07 Sep  2008 11:39:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677789</link>
</item><item>
<title>[issue3799] Byte/string inconsistencies between different dbm modules</title>
<description>Guido van Rossum &amp;lt;guido@python.org&amp;gt; added the comment: How hard would it be to fix dbm.dumb to accept strings as well? _____________________________</description>
<pubDate>07 Sep  2008 10:33:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677788</link>
</item><item>
<title>[issue1204] readline configuration for shared libs w/o curses dependencies</title>
<description>Roumen Petrov &amp;lt;bugtrack@roumenpetrov.info&amp;gt; added the comment: I realize too late that in my patch line &amp;quot;if test $py_cv_lib_readline = !yes; then&amp;quot; is</description>
<pubDate>07 Sep  2008 10:28:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677787</link>
</item><item>
<title>[issue3799] Byte/string inconsistencies between different dbm modules</title>
<description>Skip Montanaro &amp;lt;skip@pobox.com&amp;gt; added the comment: Extra data point. I tried  f[&amp;quot;1&amp;quot;] = &amp;quot;a&amp;quot; and  f[b&amp;quot;1&amp;quot;] = &amp;quot;a&amp;quot; with dbm.{gnu,ndbm,dumb,sqlite}.</description>
<pubDate>07 Sep  2008 10:03:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677779</link>
</item><item>
<title>[issue3690] sys.getsizeof wrong for Py3k bool objects</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: I&amp;#039;m not sure this is a bug. sys.getsizeof doesn&amp;#039;t take padding in the malloc implementation</description>
<pubDate>07 Sep  2008 09:45:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677778</link>
</item><item>
<title>[issue3680] Cycles with some iterator are	leaking.</title>
<description>Martin v. Löwis &amp;lt;martin@v.loewis.de&amp;gt; added the comment: &amp;gt; This is my first excursion into cyclic garbage collector &amp;gt; implementations, so please revi</description>
<pubDate>07 Sep  2008 09:16:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/677777</link>
</item>
</channel>
</rss>
