<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs">
    <title>gmane.comp.python.bugs</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.bugs/213639"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213658">
    <title>[issue17936] O(n**2) behaviour when adding/removing classes</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213658</link>
    <description>&lt;pre&gt;
Antoine Pitrou added the comment:

Note that making tp_subclasses a dict makes the __subclasses__ return order undefined. I don't think I've ever seen __subclasses__ actually used, so I'm not convinced it's a problem, but perhaps it's worth floating the idea on python-dev.

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue17936&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T13:16:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213657">
    <title>[issue12641] Remove -mno-cygwin from distutils</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213657</link>
    <description>&lt;pre&gt;
Oscar Benjamin added the comment:

On 25 May 2013 04:43, Renato Silva &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt; wrote:

In context it should be clear that the statement  "in gcc 4.x it
produces an error preventing build" refers to Cygwin's gcc and not
MinGW's. Which gcc are you referring to?


Yes gcc 4.6 would fail because it won't accept the -mno-cygwin option.
That does not mean that any other MinGW gcc ever *required* the
-mno-cygwin option for anything. The MinGW devs have repeatedly and
explicitly stated that the -mno-cygwin option never did anything
useful when used with MinGW:

http://permalink.gmane.org/gmane.comp.gnu.mingw.user/42097
http://permalink.gmane.org/gmane.comp.gnu.mingw.user/42101
http://permalink.gmane.org/gmane.comp.gnu.mingw.user/42104


Yes but that particular error message is coming from Cygwin's gcc not
MinGW. As stated by the Pidgin dev in that message the OP does not
know which compiler they are using:
http://pidgin.im/pipermail/support/2011-December/011159.html

----------

____________________&lt;/pre&gt;</description>
    <dc:creator>Oscar Benjamin</dc:creator>
    <dc:date>2013-05-25T12:54:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213656">
    <title>[issue13612] xml.etree.ElementTree says unknown encoding of a regularencoding</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213656</link>
    <description>&lt;pre&gt;
Eli Bendersky added the comment:

A few notes:

1. If by C API version you mean PyExpat_CAPI_MAGIC, I'm not sure what difference that makes. It has never been updated and it's also being used only in _elementtree. Since the latter is statically compiled against pyexpat, I don't see a reason to touch it.

2. I wouldn't backport it to 2.7; again, not critical enough.

3. Should we open a separate issue for adding support to GBK and similar encodings "sometime in the future"? This issue kind-of got derailed to fix the bug.

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue13612&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Eli Bendersky</dc:creator>
    <dc:date>2013-05-25T12:32:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213655">
    <title>[issue13612] xml.etree.ElementTree says unknown encoding of a regularencoding</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213655</link>
    <description>&lt;pre&gt;
Roundup Robot added the comment:

New changeset f7b47fb30169 by Eli Bendersky in branch '3.3':
Issue #13612: handle unknown encodings without a buffer overflow.
http://hg.python.org/cpython/rev/f7b47fb30169

New changeset 47e719b11c46 by Eli Bendersky in branch 'default':
Issue #13612: handle unknown encodings without a buffer overflow.
http://hg.python.org/cpython/rev/47e719b11c46

----------
nosy: +python-dev

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue13612&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Roundup Robot</dc:creator>
    <dc:date>2013-05-25T12:27:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213654">
    <title>[issue7940] re.finditer and re.findall should support negative endpositions</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213654</link>
    <description>&lt;pre&gt;
Changes by Antoine Pitrou &amp;lt;pitrou&amp;lt; at &amp;gt;free.fr&amp;gt;:


----------
components: +Library (Lib)
stage: test needed -&amp;gt; needs patch
versions: +Python 3.4 -Python 2.7, Python 3.2

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue7940&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T11:43:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213653">
    <title>[issue8240] ssl.SSLSocket.write may fail on non-blocking sockets</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213653</link>
    <description>&lt;pre&gt;
Antoine Pitrou added the comment:

Ok, I should have fixed the original issue. If you want to see an option to enable partial writes, please open a separate issue.

----------
resolution:  -&amp;gt; fixed
stage: needs patch -&amp;gt; committed/rejected
status: open -&amp;gt; closed

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue8240&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T11:09:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213652">
    <title>[issue8240] ssl.SSLSocket.write may fail on non-blocking sockets</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213652</link>
    <description>&lt;pre&gt;
Roundup Robot added the comment:

New changeset 60310223d075 by Antoine Pitrou in branch 'default':
Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
http://hg.python.org/cpython/rev/60310223d075

----------
nosy: +python-dev

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue8240&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Roundup Robot</dc:creator>
    <dc:date>2013-05-25T11:02:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213651">
    <title>[issue8240] ssl.SSLSocket.write may fail on non-blocking sockets</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213651</link>
    <description>&lt;pre&gt;
Antoine Pitrou added the comment:


You can slice a memoryview() to avoid a copy. But I'm not sure of the point of partial writes here: can't you just send slices that are small enough (e.g. 4KB each)?

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue8240&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T10:57:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213650">
    <title>[issue17936] O(n**2) behaviour when adding/removing classes</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213650</link>
    <description>&lt;pre&gt;
Kristján Valur Jónsson added the comment:

Looks good, I'll give it a spin.  This is probably smarter then trying to do tricks with lists.

One question:  I saw you clearing exceptions in the tp_clear() function, isn't it better to use PyErr_PrintUnraisable()?  Is there a guideline to when to use that one in internal code?  When is it safe to just shrug and ignore?

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue17936&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>Kristján Valur Jónsson</dc:creator>
    <dc:date>2013-05-25T10:56:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213649">
    <title>[issue17936] O(n**2) behaviour when adding/removing classes</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213649</link>
    <description>&lt;pre&gt;
Antoine Pitrou added the comment:


You're right, that would be better. I was just being lazy.

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue17936&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T10:58:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213648">
    <title>[issue17997] ssl.match_hostname(): sub string wildcard should notmatch IDNA prefix</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213648</link>
    <description>&lt;pre&gt;
Changes by Antoine Pitrou &amp;lt;pitrou&amp;lt; at &amp;gt;free.fr&amp;gt;:


----------
priority: critical -&amp;gt; normal

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue17997&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T10:50:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213647">
    <title>[issue17936] O(n**2) behaviour when adding/removing classes</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213647</link>
    <description>&lt;pre&gt;
Antoine Pitrou added the comment:

Here is another approach to make tp_subclasses a dict, rather than a list. I'll let you benchmark and choose whichever you prefer :)

----------
nosy: +gvanrossum, rhettinger
Added file: http://bugs.python.org/file30364/subclasses_dict.patch

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue17936&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Antoine Pitrou</dc:creator>
    <dc:date>2013-05-25T10:42:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213646">
    <title>[issue18046] Simplify and clarify logging internals</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213646</link>
    <description>&lt;pre&gt;
Roundup Robot added the comment:

New changeset 5629bf4c6bba by Vinay Sajip in branch 'default':
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
http://hg.python.org/cpython/rev/5629bf4c6bba

----------
nosy: +python-dev
resolution:  -&amp;gt; fixed
stage: patch review -&amp;gt; committed/rejected
status: open -&amp;gt; closed

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18046&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Roundup Robot</dc:creator>
    <dc:date>2013-05-25T10:20:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213645">
    <title>[issue12641] Remove -mno-cygwin from distutils</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213645</link>
    <description>&lt;pre&gt;
Seppo Yli-Olli added the comment:

ERRATA
Misunderstood the meaning of ERRATA, please ignore my last post.

Roumen Petrov wrote:
I kinda like the using --target-help for finding out if -mno-cygwin is supported assuming --target-help is supported by all GCC's. I disliked the version-based approach since back from 2011 since it seems fragile to me. I'm noo sure if it falls into the category of lightweight checks Eric asked for in #msg146499 but at least more lightweight than my proposal of trying to compile a sample program with the compiler.

----------

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue12641&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Seppo Yli-Olli</dc:creator>
    <dc:date>2013-05-25T10:20:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213644">
    <title>[issue18047] Descriptors get invoked in old-style objects and classes</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213644</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18047&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:33:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213643">
    <title>[issue18042] Provide enum.unique class decorator</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213643</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18042&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:31:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213642">
    <title>[issue18043] No mention of `match.regs` in `re` documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213642</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18043&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:31:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213641">
    <title>[issue18036] "How do I create a .pyc file?" FAQ entry is out of date</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213641</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18036&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:28:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213640">
    <title>[issue18035] telnetlib incorrectly assumes that select.error has anerrno attribute</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213640</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18035&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:27:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213639">
    <title>[issue18033] Example for Profile Module shows incorrect method</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213639</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18033&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:10:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.bugs/213638">
    <title>[issue18032] set methods should specify whether they consumeiterators "lazily"</title>
    <link>http://permalink.gmane.org/gmane.comp.python.bugs/213638</link>
    <description>&lt;pre&gt;
Changes by Phil Connell &amp;lt;pconnell&amp;lt; at &amp;gt;gmail.com&amp;gt;:


----------
nosy: +pconnell

_______________________________________
Python tracker &amp;lt;report&amp;lt; at &amp;gt;bugs.python.org&amp;gt;
&amp;lt;http://bugs.python.org/issue18032&amp;gt;
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/python-python-bugs-list%40m.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Phil Connell</dc:creator>
    <dc:date>2013-05-25T09:09:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.bugs</link>
  </textinput>
</rdf:RDF>
