<?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 16:57:25 -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>[issue13930] lib2to3 ability to output files into a different directory and alter their names</title>
<description>Changes by Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt;:  ---------- resolution: -&amp;gt; fixed status: open -&amp;gt; closed _______________________________________ Pyth</description>
<pubDate>12 Feb  2012 16:04:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967168</link>
</item><item>
<title>[issue13930] lib2to3 ability to output files into a different directory and alter their names</title>
<description>Changes by Gregory P. Smith &amp;lt;greg@krypto.org&amp;gt;:  ---------- hgrepos: -111 _______________________________________ Python tracker &amp;lt;report@bugs.python</description>
<pubDate>12 Feb  2012 16:01:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967166</link>
</item><item>
<title>[issue13930] lib2to3 ability to output files into a different directory and alter their names</title>
<description>Roundup Robot &amp;lt;devnull@psf.upfronthosting.co.za&amp;gt; added the comment: New changeset ceea9ebfe003 by Gregory P. Smith in branch &amp;#039;3.2&amp;#039;: Issue #13930: Add</description>
<pubDate>12 Feb  2012 16:00:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967167</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>STINNER Victor &amp;lt;victor.stinner@gmail.com&amp;gt; added the comment: &amp;gt; E.g. almost all programs disable color when piped explicitly through less. Using my p</description>
<pubDate>12 Feb  2012 15:45:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967165</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: The purpose of os.get_terminal_size() is the same as `stty size`, so</description>
<pubDate>12 Feb  2012 15:38:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967164</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: &amp;gt; Using strace, I see that stty calls ioctl(TIOCGWINSZ) on stdin (fd=0) &amp;gt; if it failed on stdout</description>
<pubDate>12 Feb  2012 15:28:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967163</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>STINNER Victor &amp;lt;victor.stinner@gmail.com&amp;gt; added the comment: New try (I fixed my email address and the patch). ---------- Added file: http://bugs.py</description>
<pubDate>12 Feb  2012 15:25:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967162</link>
</item><item>
<title>[issue3905] subprocess failing in GUI applications on Windows</title>
<description>Terry J. Reedy &amp;lt;tjreedy@udel.edu&amp;gt; added the comment: In 3.2.2, starting IDLE from a Command Prompt, I get the same error as Denver. Starting IDLE &amp;#039;no</description>
<pubDate>12 Feb  2012 15:14:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967161</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>Antoine Pitrou &amp;lt;pitrou@free.fr&amp;gt; added the comment: Your patch is wrong. It always discards ioctl(stdout), even if it was successful. ---------- ___</description>
<pubDate>12 Feb  2012 15:13:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967160</link>
</item><item>
<title>[issue13609] Add &amp;quot;os.get_terminal_size()&amp;quot; function</title>
<description>STINNER Victor &amp;lt;victor.stinner@haypocalc.com&amp;gt; added the comment: Using strace, I see that stty calls ioctl(TIOCGWINSZ) on stdin (fd=0) if it failed o</description>
<pubDate>12 Feb  2012 15:02:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/bugs/967159</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: 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>
</channel>
</rss>

