<?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>12 Feb  2012 15:40:55 -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>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>Arfrever Frehtes Taifersar Arahesis &amp;lt;Arfrever.FTA@GMail.Com&amp;gt; added the comment: Actually this test fails due to another reason. I&amp;#039;m still investigati</description>
<pubDate>12 Feb  2012 14:00:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967146</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Florent Xicluna &amp;lt;florent.xicluna@gmail.com&amp;gt; added the comment: &amp;gt; from xml.etree.ElementTree import _namespace_map &amp;gt; &amp;gt; And the import in cElementTree</description>
<pubDate>12 Feb  2012 13:07:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967145</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt; added the comment: So my take on the whole issue and Antoine &amp;quot;tends to agree&amp;quot;. ;) 1. If the user tells us (s)he _wants_ u</description>
<pubDate>12 Feb  2012 13:03:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967144</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Changes by Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt;:  Added file: http://bugs.python.org/file24502/b33bcf179df4.diff _______________________________________ Pytho</description>
<pubDate>12 Feb  2012 13:02:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967143</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Nadeem Vawda &amp;lt;nadeem.vawda@gmail.com&amp;gt; added the comment: It appears that while test_process_template() uses &amp;quot;/&amp;quot;-delimited paths consistently across a</description>
<pubDate>12 Feb  2012 12:36:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967142</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Sandro Tosi &amp;lt;sandro.tosi@gmail.com&amp;gt; added the comment: &amp;gt;&amp;gt; OK, so if I got it correctly, I should document multiprocessing.queue.SimpleQueue in 2.7 an</description>
<pubDate>12 Feb  2012 11:53:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967132</link>
</item><item>
<title>[issue13491] Fixes for sqlite3 doc</title>
<description>Petri Lehtinen &amp;lt;petri@digip.org&amp;gt; added the comment: &amp;gt; &amp;gt; In the Doc/includes/sqlite3 directory there are still some scripts that require the &amp;gt; &amp;gt; creat</description>
<pubDate>12 Feb  2012 11:23:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967131</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: &amp;gt; OK, so if I got it correctly, I should document multiprocessing.queue.SimpleQueue in 2.7 and 3.</description>
<pubDate>12 Feb  2012 11:14:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967130</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Changes by Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt;:  ---------- Removed message: http://bugs.python.org/msg153224 _______________________________________ P</description>
<pubDate>12 Feb  2012 11:13:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967129</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: &amp;gt;&amp;gt; OK, so if I got it correctly, I should document multiprocessing.queue.SimpleQueue in 2.7 and 3</description>
<pubDate>12 Feb  2012 11:13:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967128</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: By the way, I see that if the explicit import of _namespace_map is commented out, the test_xml_et</description>
<pubDate>12 Feb  2012 11:11:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967127</link>
</item><item>
<title>[issue9750] sqlite3 iterdump fails on column with reserved name</title>
<description>Roundup Robot &amp;lt;devnull@psf.upfronthosting.co.za&amp;gt; added the comment: New changeset 60aa7dacb605 by Petri Lehtinen in branch &amp;#039;2.7&amp;#039;: Fix sqlite3.Connect</description>
<pubDate>12 Feb  2012 11:09:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967126</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Florent, Your updated patch looks good. I think that the explicit import of _namespace_map into</description>
<pubDate>12 Feb  2012 11:06:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967125</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; It&amp;#039;s the way all the subclasses are imported into the main module that &amp;gt; got me in fault, I thin</description>
<pubDate>12 Feb  2012 10:59:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967124</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Sandro Tosi &amp;lt;sandro.tosi@gmail.com&amp;gt; added the comment: It&amp;#039;s the way all the subclasses are imported into the main module that got me in fault, I thin</description>
<pubDate>12 Feb  2012 10:50:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967123</link>
</item><item>
<title>[issue13999] Queue references in multiprocessing doc points to Queue module and not to self</title>
<description>New submission from Sandro Tosi &amp;lt;sandro.tosi@gmail.com&amp;gt;: At the subject says, several references to Queue are linking to Queue module and not to mult</description>
<pubDate>12 Feb  2012 10:46:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967122</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt; added the comment: There&amp;#039;s one more issue Julien has raised: nntplib attempts to authenticate when &amp;quot;AUTHINFO&amp;quot; is sent w/o</description>
<pubDate>12 Feb  2012 10:37:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967121</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; Antoine, I&amp;#039;m probably missing something, but SimpleQueue is present in &amp;gt; 2.7 and 3.2 too, so wh</description>
<pubDate>12 Feb  2012 10:34:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967120</link>
</item><item>
<title>[issue11836] multiprocessing.queues.SimpleQueue is undocumented</title>
<description>Sandro Tosi &amp;lt;sandro.tosi@gmail.com&amp;gt; added the comment: Thanks Eli for the heads-up, I had missed Antoine&amp;#039;s comment! Antoine, I&amp;#039;m probably missing so</description>
<pubDate>12 Feb  2012 10:32:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967119</link>
</item><item>
<title>[issue13198] Remove duplicate definition of write_record_file</title>
<description>Paul Moore &amp;lt;p.f.moore@gmail.com&amp;gt; added the comment: Produces RECORD files with CR-CR-LF line endings (see issue13175). This breaks pysetup remove. I</description>
<pubDate>12 Feb  2012 10:31:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967118</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Perhaps I closed too quickly... Julien&amp;#039;s original message had two other requests: “If &amp;quot;READER&amp;quot;</description>
<pubDate>12 Feb  2012 10:19:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967105</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Thank you :) Committed now. ---------- resolution: -&amp;gt; fixed stage: -&amp;gt; committed/rejected status</description>
<pubDate>12 Feb  2012 10:18:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967104</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Roundup Robot &amp;lt;devnull@psf.upfronthosting.co.za&amp;gt; added the comment: New changeset d789f453387d by Antoine Pitrou in branch &amp;#039;3.2&amp;#039;: Issue #10287: nntpl</description>
<pubDate>12 Feb  2012 10:18:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967103</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt; added the comment: Thanks! I think I&amp;#039;ve addressed everything in the latest patch. ---------- ___________________________</description>
<pubDate>12 Feb  2012 10:00:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967102</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Changes by Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt;:  Added file: http://bugs.python.org/file24500/e986dd8bb47d.diff _______________________________________ Pytho</description>
<pubDate>12 Feb  2012 09:58:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967101</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: I&amp;#039;ve made a couple of small comments (see &amp;quot;review&amp;quot; link next to the patch). ---------- _________</description>
<pubDate>12 Feb  2012 09:26:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967100</link>
</item><item>
<title>[issue13968] Support recursive globs</title>
<description>R. David Murray &amp;lt;rdmurray@bitdance.com&amp;gt; added the comment: The last forumulation of what rglob does &amp;quot;apply the glob to the current directory and all</description>
<pubDate>12 Feb  2012 09:14:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967099</link>
</item><item>
<title>[issue13992] Segfault in PyTrash_destroy_chain</title>
<description>Charles-François Natali &amp;lt;neologix@free.fr&amp;gt; added the comment: &amp;gt; Possibly a double free? &amp;gt; (gdb) p *op &amp;gt; $5 = {_ob_next = 0x0, _ob_prev = 0x0, ob_re</description>
<pubDate>12 Feb  2012 07:47:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967088</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; My mental model here is text editors, which let you open any file, do &amp;gt; their best to display as</description>
<pubDate>12 Feb  2012 06:53:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967087</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Changes by Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt;:  Added file: http://bugs.python.org/file24499/0cf0b06e1d31.diff _______________________________________ Pytho</description>
<pubDate>12 Feb  2012 05:07:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967078</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt; added the comment: I&amp;#039;ve added general tests of AUTH USER/PASS as there weren&amp;#039;t any present yet. As I haven&amp;#039;t alas heard b</description>
<pubDate>12 Feb  2012 05:06:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967077</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Changes by Florent Xicluna &amp;lt;florent.xicluna@gmail.com&amp;gt;:  ---------- nosy: +flox _______________________________________ Python tracker &amp;lt;report@bugs.</description>
<pubDate>12 Feb  2012 05:00:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967076</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Florent Xicluna &amp;lt;florent.xicluna@gmail.com&amp;gt; added the comment: Updated patch: - add &amp;#039;XMLID&amp;#039; and &amp;#039;register_namespace&amp;#039; to the ElementTree.__all__ - t</description>
<pubDate>12 Feb  2012 04:52:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967075</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Florent Xicluna &amp;lt;florent.xicluna@gmail.com&amp;gt; added the comment: There was a discussion in December which ruled out some CPython too specific implement</description>
<pubDate>12 Feb  2012 04:28:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967074</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Paul Moore &amp;lt;p.f.moore@gmail.com&amp;gt; added the comment: A better example in terms of &amp;quot;intended to be text&amp;quot; might be ChangeLog files. These are clearly te</description>
<pubDate>12 Feb  2012 04:16:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967067</link>
</item><item>
<title>[issue13882] PEP 410: Use decimal.Decimal type for timestamps</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: New try, set the version to 16 to avoid the confusion. test_time is failing on Wind</description>
<pubDate>12 Feb  2012 03:37:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967066</link>
</item><item>
<title>[issue13991] namespace packages depending on order</title>
<description>andrea crotti &amp;lt;andrea.crotti.0@gmail.com&amp;gt; added the comment: About the binary file, in theory I agree with you, but that archive contains 5 or 6 subd</description>
<pubDate>12 Feb  2012 03:37:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967065</link>
</item><item>
<title>[issue13882] PEP 410: Use decimal.Decimal type for timestamps</title>
<description>Changes by STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt;:  Removed file: http://bugs.python.org/file24496/time_decimal-15.patch ____________________</description>
<pubDate>12 Feb  2012 03:25:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967064</link>
</item><item>
<title>[issue13882] PEP 410: Use decimal.Decimal type for timestamps</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: (Oops, I attached the wrong patch.) ---------- Added file: http://bugs.python.org/f</description>
<pubDate>12 Feb  2012 03:23:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967063</link>
</item><item>
<title>[issue13882] PEP 410: Use decimal.Decimal type for timestamps</title>
<description>Changes by STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt;:  Removed file: http://bugs.python.org/file24495/time_decimal-15.patch ____________________</description>
<pubDate>12 Feb  2012 03:21:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967062</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; added the comment: If such use cases are indeed better handled as bytes, then that&amp;#039;s what should be documented. How</description>
<pubDate>12 Feb  2012 03:18:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967061</link>
</item><item>
<title>[issue13882] PEP 410: Use decimal.Decimal type for timestamps</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: Patch version 15: - round &amp;quot;correctly&amp;quot; - datetime.date.fromtimestamp() and datetime</description>
<pubDate>12 Feb  2012 03:11:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967060</link>
</item><item>
<title>[issue13992] Segfault in PyTrash_destroy_chain</title>
<description>Aaron Staley &amp;lt;usaar33@gmail.com&amp;gt; added the comment: Active extension modules are MySQL-python, numpy, and crypto. Here is the output from the non-op</description>
<pubDate>12 Feb  2012 03:05:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967059</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Hynek Schlawack &amp;lt;hs@ox.cx&amp;gt; added the comment: Sure, I wanted to add tests as soon as I know that the flow is correct (which it isn&amp;#039;t :)). So essenti</description>
<pubDate>12 Feb  2012 02:58:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967058</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Changes by Nadeem Vawda &amp;lt;nadeem.vawda@gmail.com&amp;gt;:  ---------- nosy: +nadeem.vawda _______________________________________ Python tracker &amp;lt;report@bug</description>
<pubDate>12 Feb  2012 02:37:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967057</link>
</item><item>
<title>[issue13963] dev guide has no mention of mechanics of patch review</title>
<description>Nadeem Vawda &amp;lt;nadeem.vawda@gmail.com&amp;gt; added the comment: AFAIK, all interested parties are supposed to automatically be sent email notifications when</description>
<pubDate>12 Feb  2012 02:19:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967048</link>
</item><item>
<title>[issue13953] Get rid of doctests in packaging.tests.test_version</title>
<description>Francisco Martín Brugué &amp;lt;francismb@email.de&amp;gt; added the comment: Does a &amp;quot;doc test&amp;quot; test the output literally? (I&amp;#039;ve just always used unittest) Ok,</description>
<pubDate>12 Feb  2012 02:08:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967047</link>
</item><item>
<title>[issue13968] Support recursive globs</title>
<description>Yuval Greenfield &amp;lt;ubershmekel@gmail.com&amp;gt; added the comment: Raymond Hettinger, by simple do you mean a single argument rglob function? Or do you mean</description>
<pubDate>12 Feb  2012 02:07:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967046</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: Why do you use Unicode with the ugly surrogateescape error handler in this case? Byt</description>
<pubDate>12 Feb  2012 01:55:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967045</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; added the comment: Usually because the file may contain certain ASCII markers (or you&amp;#039;re inserting such markers), b</description>
<pubDate>12 Feb  2012 01:19:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967044</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: &amp;gt; A common programming task is &amp;quot;I want to process this text file, &amp;gt; I know it&amp;#039;s in a</description>
<pubDate>12 Feb  2012 00:58:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967040</link>
</item><item>
<title>[issue13998] Lookbehind assertions go behind the start position for the match</title>
<description>New submission from Devin Jeanpierre &amp;lt;jeanpierreda@gmail.com&amp;gt;: compiled regex objects&amp;#039; match method offers an optional &amp;quot;pos&amp;quot; parameter described to b</description>
<pubDate>12 Feb  2012 00:54:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967039</link>
</item><item>
<title>[issue12627] Implement PEP 394: The &amp;quot;python&amp;quot; Command on Unix-Like Systems</title>
<description>Changes by Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt;:  ---------- nosy: +benjamin.peterson _______________________________________ Python tracker &amp;lt;report@bu</description>
<pubDate>12 Feb  2012 00:51:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967038</link>
</item><item>
<title>[issue4966] Improving Lib Doc Sequence Types Section</title>
<description>Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; added the comment: Just noting that this has slipped a bit down my Python to-do list (there are other things I want</description>
<pubDate>12 Feb  2012 00:42:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967037</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Changes by Ezio Melotti &amp;lt;ezio.melotti@gmail.com&amp;gt;:  ---------- components: +Unicode nosy: +ezio.melotti stage: -&amp;gt; needs patch type: -&amp;gt; enhancement</description>
<pubDate>12 Feb  2012 00:17:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967032</link>
</item><item>
<title>[issue13198] Remove duplicate definition of write_record_file</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Patch attached. Adding people from #13175 for review/testing on Windows. ---------- keywords: +</description>
<pubDate>11 Feb  2012 23:07:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967031</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>Zbyszek Szmek &amp;lt;zbyszek@in.waw.pl&amp;gt; added the comment: Hi, looking at the tests, the test should be skipped with &amp;#039;stty invocation failed&amp;#039;. Does somet</description>
<pubDate>11 Feb  2012 22:41:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967030</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>Arfrever Frehtes Taifersar Arahesis &amp;lt;Arfrever.FTA@GMail.Com&amp;gt; added the comment: test_stty_match() should be skipped also when os.isatty(sys.__stdin__</description>
<pubDate>11 Feb  2012 22:09:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967018</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: If the concept is accepted. I see no better place for this than the Unicode HOWTO. If it&amp;#039;s too lo</description>
<pubDate>11 Feb  2012 22:00:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967017</link>
</item><item>
<title>[issue13997] Clearly explain the bare minimum Python 3 users should know about Unicode</title>
<description>Changes by Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt;:  ---------- assignee: -&amp;gt; docs@python components: +Documentation nosy: +docs@python title: Add open_asc</description>
<pubDate>11 Feb  2012 21:56:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967016</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; added the comment: Pondering it further (and reading subsequent comments here and in the thread), I agree an open_a</description>
<pubDate>11 Feb  2012 21:55:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967015</link>
</item><item>
<title>[issue11751] Increase distutils.filelist / packaging.manifest test coverage</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: FYI the tests revealed a bug in the code on Windows: #13193 ---------- ________________________</description>
<pubDate>11 Feb  2012 21:47:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967014</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Éric, Could you please open a new issue (with a dependency on this one) and explain there clear</description>
<pubDate>11 Feb  2012 21:46:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967013</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: IMO it is a fact that the characters used by human languages are stored as bytes by computers, so</description>
<pubDate>11 Feb  2012 21:32:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967012</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; I’d say there is a bug in the tests then. Remember that they were &amp;gt; added recently and only t</description>
<pubDate>11 Feb  2012 21:27:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967011</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: I’d say there is a bug in the tests then. Remember that they were added recently and only test</description>
<pubDate>11 Feb  2012 21:22:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967010</link>
</item><item>
<title>[issue12297] Clarifications to atexit.register and unregister doc</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: I wrote the patch after testing in a shell, so I’m confident it describes reality; I was more a</description>
<pubDate>11 Feb  2012 21:12:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967009</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: &amp;gt; perhaps even mentioning (at least in the 3.2 doc) that in 3.3 it&amp;#039;s going &amp;gt; to be done by defaul</description>
<pubDate>11 Feb  2012 21:11:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967008</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: &amp;gt; Possible ways forward: &amp;gt; - One of you gentlemen with a Windows box and a clear head can try to &amp;gt;</description>
<pubDate>11 Feb  2012 21:04:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967007</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Buildbots exist to crush joy: http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%202.7/bu</description>
<pubDate>11 Feb  2012 21:00:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967006</link>
</item><item>
<title>[issue13986] ValueError: cannot convert float NaN to integer</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: If I believe the error message, os.fstat(f.fileno()).st_mtime is returning a NaN, which would be</description>
<pubDate>11 Feb  2012 20:53:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967005</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt; added the comment: No point to adding a new keyword arg - if people are going to do something like that, they may a</description>
<pubDate>11 Feb  2012 20:51:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967004</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Chris Rebert &amp;lt;pybugs@rebertia.com&amp;gt; added the comment: @Bendersky: Unlike open()&amp;#039;s other arguments, that one wouldn&amp;#039;t be orthogonal though. It would</description>
<pubDate>11 Feb  2012 20:51:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967003</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Hmm, what happened to &amp;quot;not every one-liner should be a builtin function&amp;quot;? &amp;gt; I&amp;#039;m only manipulating</description>
<pubDate>11 Feb  2012 20:48:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967002</link>
</item><item>
<title>[issue13972] set and frozenset constructors don&amp;#039;t accept multiple iterables</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: I believe s = set(); s.update(s1, s2, s3, ...) a) does what is requested; b) is the proper spel</description>
<pubDate>11 Feb  2012 20:43:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967001</link>
</item><item>
<title>[issue13198] Remove duplicate definition of write_record_file</title>
<description>Changes by Éric Araujo &amp;lt;merwok@netwok.org&amp;gt;:  Removed file: http://bugs.python.org/file23666/remove-duplicate-write_record_file.diff _______________</description>
<pubDate>11 Feb  2012 20:42:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967000</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Would not adding a new keyword arg to open() be less intrusive and more consistent? I.e. open(fn</description>
<pubDate>11 Feb  2012 20:38:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966999</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>Changes by Chris Rebert &amp;lt;pybugs@rebertia.com&amp;gt;:  ---------- nosy: +cvrebert _______________________________________ Python tracker &amp;lt;report@bugs.pytho</description>
<pubDate>11 Feb  2012 20:37:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966998</link>
</item><item>
<title>[issue13963] dev guide has no mention of mechanics of patch review</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: At one time, reviews (or the fact of a review) were posted back here automatically (or perhaps i</description>
<pubDate>11 Feb  2012 20:36:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966997</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Florent, Just something minor I noticed in the new cElementTree.py:  # Wrapper module for _ele</description>
<pubDate>11 Feb  2012 20:35:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966996</link>
</item><item>
<title>[issue13997] Add open_ascii() builtin</title>
<description>New submission from Nick Coghlan &amp;lt;ncoghlan@gmail.com&amp;gt;: (This proposes a new builtin, so may need to become a PEP) A common programming task is &amp;quot;I wa</description>
<pubDate>11 Feb  2012 20:33:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966995</link>
</item><item>
<title>[issue13952] mimetypes doesn&amp;#039;t recognize .csv</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: One solution would be to update our mimetypes file just before a new version, and then leave it</description>
<pubDate>11 Feb  2012 20:31:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966994</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Reverted the liberal fix and replaced it with Vinay’s in time for the next bugfix releases. Wi</description>
<pubDate>11 Feb  2012 20:29:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966993</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Roundup Robot &amp;lt;devnull@psf.upfronthosting.co.za&amp;gt; added the comment: New changeset 90b30d62caf2 by Éric Araujo in branch &amp;#039;3.2&amp;#039;: Fix distutils.filelis</description>
<pubDate>11 Feb  2012 20:26:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966992</link>
</item><item>
<title>[issue13946] readline completer could return an iterable</title>
<description>Changes by Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt;:  ---------- versions: +Python 3.3 -Python 3.1 _______________________________________ Python tracker &amp;lt;</description>
<pubDate>11 Feb  2012 20:22:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966991</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Attaching a patch for Doc/library/xml.etree.elementtree.rst and Misc/NEWS. The doc notice is mod</description>
<pubDate>11 Feb  2012 20:21:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966990</link>
</item><item>
<title>[issue12297] Clarifications to atexit.register and unregister doc</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: I assume the patch is an improved description of reality. The old &amp;#039;without binding the original</description>
<pubDate>11 Feb  2012 20:20:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966989</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: Florent, The issue13988_fold_cET_behind_ET.diff patch looks good to me. Unless there are objecti</description>
<pubDate>11 Feb  2012 20:12:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966981</link>
</item><item>
<title>[issue13948] rm needless use of set function</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Done as part of my general test_version cleanup. ---------- resolution: -&amp;gt; duplicate stage: -&amp;gt;</description>
<pubDate>11 Feb  2012 20:01:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966980</link>
</item><item>
<title>[issue13996] &amp;quot;What&amp;#039;s New in Python&amp;quot; should have initial release date on heading</title>
<description>Raymond Hettinger &amp;lt;raymond.hettinger@gmail.com&amp;gt; added the comment: I think this is the wrong place to show release dates (a subject that would be fur</description>
<pubDate>11 Feb  2012 19:51:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966979</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Eli Bendersky &amp;lt;eliben@gmail.com&amp;gt; added the comment: &amp;gt;&amp;gt; I was referring to one of the points raised in the email thread: the docs don’t tell people</description>
<pubDate>11 Feb  2012 19:49:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966978</link>
</item><item>
<title>[issue13949] rm needless use of pass statement</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Will commit this together with the test_version cleanup. ---------- resolution: -&amp;gt; duplicate st</description>
<pubDate>11 Feb  2012 19:46:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966977</link>
</item><item>
<title>[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures</title>
<description>Roundup Robot &amp;lt;devnull@psf.upfronthosting.co.za&amp;gt; added the comment: New changeset c566a3447ba1 by Éric Araujo in branch &amp;#039;2.7&amp;#039;: Fix distutils.filelis</description>
<pubDate>11 Feb  2012 19:44:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966976</link>
</item><item>
<title>[issue13950] rm commented-out code</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: Done as part of my general cleanup of test_version. ---------- resolution: -&amp;gt; duplicate stage:</description>
<pubDate>11 Feb  2012 19:44:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966975</link>
</item><item>
<title>[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: &amp;gt;&amp;gt; I think that 3.2 and 2.7 should get a doc note about cET &amp;gt; What doc note? I was referring to</description>
<pubDate>11 Feb  2012 19:44:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966974</link>
</item><item>
<title>[issue13953] Get rid of doctests in packaging.tests.test_version</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: &amp;gt; Isn&amp;#039;t that what the previous code (doctest code) did? I don’t understand, could you rephrase?</description>
<pubDate>11 Feb  2012 19:08:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966973</link>
</item><item>
<title>[issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: FWIW I approve of the patch. Quoting Ned: &amp;gt; this isn&amp;#039;t the first time we&amp;#039;ve been burned by the a</description>
<pubDate>11 Feb  2012 19:03:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966972</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: (oh, and better if it can come with a test) ---------- type: -&amp;gt; behavior versions: +Python 3.3</description>
<pubDate>11 Feb  2012 19:02:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966971</link>
</item><item>
<title>[issue10287] NNTP authentication should check capabilities</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Hynek, the patch doesn&amp;#039;t apply properly here. Are you soon it&amp;#039;s been generated against an up-to-da</description>
<pubDate>11 Feb  2012 19:02:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966970</link>
</item><item>
<title>[issue13991] namespace packages depending on order</title>
<description>Éric Araujo &amp;lt;merwok@netwok.org&amp;gt; added the comment: &amp;gt; There is nothing binary in the archive The archive is a binary file. We tend to dislike those</description>
<pubDate>11 Feb  2012 18:50:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/966969</link>
</item>
</channel>
</rss>

