New submission from Brett Cannon <[EMAIL PROTECTED]>:
gestalt was removed as part of the stdlib cleanup for Mac code. But it
turns out that gestalt is one of those modules that is just needed. Either
the original version needs to be added back in or a ctypes version needs
to be imple
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Add gestalt back into Python 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Actually, the plat-darwin comment is not right if the original C version
is kept since that would just end up in Modules.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
On Wed, May 14, 2008 at 1:37 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
>
> Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
>
> Does it have to be public? How about _gestalt?
>
That's fine
Brett Cannon <[EMAIL PROTECTED]> added the comment:
On Wed, May 14, 2008 at 6:01 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
>
> Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
>
> I feel kinda bad about removing the module without noting how it was
Brett Cannon <[EMAIL PROTECTED]> added the comment:
On Wed, May 14, 2008 at 6:33 PM, Juracy Filho <[EMAIL PROTECTED]> wrote:
>
> Juracy Filho <[EMAIL PROTECTED]> added the comment:
>
> I've finished a patch for http package, but I've doubts about how to
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Patch to rename markupbase to _markupbase
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Added as a dependency on issue 2775 so as to not lose this patch.
--
nosy: +brett.cannon
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Removing htmllib is not as simple as just removing the modules as pydoc
uses htmllib.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The commands module is slated to go. The getstatus() function needs to be
deprecated, with the rest of the module moving into subprocess (and thus
adding commands to the 2to3 fix_import fixer).
--
components: Library (Lib)
me
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Remove commands for PEP 3108
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
_
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2839>
__
___
Pyt
Brett Cannon <[EMAIL PROTECTED]> added the comment:
SocketServer is the only *Server module who name is being directly
lowercased. All the rest are ending up in various packages with a totally
different name.
--
assignee: -> collinwinter
nosy: +brett.cannon
resolution: -&
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Closing as out of date to try to make the number of PEP 3108 issues more
manageable. HTMLParser is becoming html.parser in 3.0.
--
resolution: -> out of date
status: open -> closed
__
Tra
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2861>
__
___
Pyt
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: critical -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2847>
__
___
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: critical -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2848>
__
___
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: critical -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2849>
__
___
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2621>
__
___
Pyt
New submission from Brett Cannon <[EMAIL PROTECTED]>:
htmllib cannot be removed from 3.0 until its use is removed from pydoc.
--
components: Library (Lib)
messages: 66897
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Remove htmllib use in the
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Remove htmllib use in the stdlib
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The stat module is slated to go in Python 3.0, but that can't happen until
all uses of the module are gone. This will require moving over to using
the named tuple features of os.stat() along with adding methods to the
object th
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Remove use of the stat module in the stdlib
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Brett Cannon <[EMAIL PROTECTED]>:
PEP 3108 has thread slated to be renamed _thread (along with dummy_thread
to _dummy_thread).
--
components: Library (Lib)
messages: 66899
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Rena
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Rename the thread module to _thread
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
In Python 3.0, the UserDict module was removed and the UserDict class was
moved to the collections module. That change-over needs to be backported
to 2.6 so that the UserDict module can be deprecated.
--
components: Librar
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Backport UserDict move in 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
_
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The UserString class was moved from its own module to the collections
module. That change needs to be backported.
--
components: Library (Lib)
messages: 66901
nosy: brett.cannon
priority: release blocker
severity: normal
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Backport UserString move from 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The UserList class was moved from the UserList module to the collections
module. That move along with the stdlib update needs to be backported to
2.6.
--
components: Library (Lib)
messages: 66902
nosy: brett.cannon
pr
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The _winreg module needs to be renamed winreg for PEP 3108.
--
components: Library (Lib)
messages: 66903
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Rename _winreg to winreg
type: be
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Rename _winreg to winreg
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Can this issue be closed?
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2750>
__
___
Python-bugs
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The repr module is slated to be renamed reprlib in PEP 3108.
--
components: Library (Lib)
messages: 66907
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Rename repr to reprlib
type: be
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Rename repr to reprlib
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The dbm package as outlined in PEP 3108 needs to be created.
--
components: Library (Lib)
messages: 66908
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Create the dbm package
type: be
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the dbm package
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The html package as outlined in PEP 3108 needs to be created.
--
components: Library (Lib)
messages: 66909
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Create the html package
type: be
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the html package
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
New submission from Brett Cannon <[EMAIL PROTECTED]>:
Create the http package as outlined in PEP 3108.
Initial patches exist in issue 2775.
--
components: Library (Lib)
messages: 66910
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Create th
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Issue 2883 is where future http package stuff should occur. I referenced
this issue for initial patches.
--
dependencies: +Create the http package
__
Tracker <[EMAIL PROTECTED]>
<http://
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The tkinter package as outlined in PEP 3108 needs to be created.
See issue 2775 for initial patches.
--
components: Library (Lib)
keywords: patch
messages: 66912
nosy: brett.cannon
priority: release blocker
severity: normal
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the tkinter package
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
_
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The urllib package as outlined in PEP 3108 needs to be created.
--
assignee: jhylton
components: Library (Lib)
messages: 66913
nosy: brett.cannon, jhylton
priority: release blocker
severity: normal
status: open
title: Crea
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the urllib package
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Issue 2884 is to be used to track the tkinter package. I reference this
issue for initial patches.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Brett Cannon <[EMAIL PROTECTED]>:
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2885>
__
___
Python-bugs-list mailing list
Unsubscribe:
http
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Issue 2884 references this issue as it is to be used to tracker the new
tkinter package.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
keywords: +patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2883>
__
___
Python-bugs
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The xmlrpc package as outlined in PEP 3108 needs to be created.
--
components: Library (Lib)
messages: 66916
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Create the xmlrpc package
type: be
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the xmlrpc package
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
I have created an individual issue for every major step left in
implementing PEP 3108. Each one that is still open is now listed as a
dependency for this issue.
--
dependencies: -Patch to rename *Server modules to lower-case,
On Fri, May 16, 2008 at 11:56 AM, Alexandre Vassalotti
<[EMAIL PROTECTED]> wrote:
>
> Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment:
>
> Brett wrote:
>> This will require moving over to using the named tuple features of
>> os.stat() along with a
Brett Cannon <[EMAIL PROTECTED]> added the comment:
I have now removed the closed issues as dependencies. Thanks to everyone
who has helped so far! You have no idea how appreciative I am.
--
dependencies: -Create the html package, Create the tkinter package, Moving
lib-tk to t
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The plat-mac directory is empty in 3.0, but is still there. Plus there are
still references in Makefile.pre.in to the package as well.
--
components: Library (Lib)
messages: 67042
nosy: brett.cannon
priority: critical
se
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
assignee: -> brett.cannon
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2910>
__
___
Python-b
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
priority: critical -> normal
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2910>
__
___
Pyt
On Sun, May 18, 2008 at 2:21 PM, Georg Brandl <[EMAIL PROTECTED]> wrote:
>
> Georg Brandl <[EMAIL PROTECTED]> added the comment:
>
> Do you want me to remove this?
>
I was holding off until a decision was made as to where to put gestalt
back into the stdlib (Mac/Modules, Modules, plat-mac, or plat
Brett Cannon <[EMAIL PROTECTED]> added the comment:
OK, so it turns out the way renames have been handled breaks pre-existing
pickles. That means that the stubs in 2.6 will actually have to be the new
names and not the old ones.
I will work with the stdlib-sig to try to come up
New submission from Brett Cannon <[EMAIL PROTECTED]>:
cPickle should be gone in 3.0 and pickle should have an accelerated
version behind it, when available.
Alexandre has been working on this (might even be checked in), so
assigning to him to help track for PEP 3108 work.
--
as
New submission from Brett Cannon <[EMAIL PROTECTED]>:
PEP 3108 calls for StringIO (which is io.StringIO in 3.0) to have an
accelerated version behind it when available. Alexandre has been working
on this so assigning to him.
--
assignee: alexandre.vassalotti
components: Librar
New submission from Brett Cannon <[EMAIL PROTECTED]>:
cProfile should go away in 3.0 (as a public module) and just be what
profile uses when available.
--
components: Library (Lib)
messages: 67073
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title:
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Merge StringIO/cStringIO in 3.0, Merge profile/cProfile in 3.0,
merge pickle and cPickle in 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Because of pickle compatibility in 2.x, all renames in the trunk need to
be reverted. Work in 3.0 is still fine and won't be touched.
I have already updated the PEP with the new steps required
Brett Cannon <[EMAIL PROTECTED]> added the comment:
No renames will occur in 2.6, only in 3.0, which means this can happen
whenever.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
This does not need to happen in 2.6; only 3.0.
--
versions: +Python 3.0 -Python 2.6
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Renames are only occurring in 3.0, not 2.6.
--
versions: -Python 2.6
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
You only kept the UserDict class, right? Well, that means you need to
deprecate DictMixin and any other classes in that module.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
And it is a release blocker as we are trying to get all deprecations into
b1.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Is MutableString in the UserString module (and any other class) properly
handled in 2.6 for transitioning to 3.0?
And there is currently no fixer for UserString (same for UserDict).
__
Tracker &
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The rename is now mostly a 3.0 thing.
--
versions: -Python 2.6
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The rename of ConfigParser in 2.6 needs to be reverted. Only a note in the
docs should remain.
--
components: Library (Lib)
messages: 67093
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title:
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The rename of copy_reg in 2.6 needs to reverted, leaving on a note in the
docs.
--
components: Library (Lib)
messages: 67094
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Revert copy_reg ren
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The rename of Queue in 2.6 needs to be reverted with only a note in the
docs to remain.
--
components: Library (Lib)
messages: 67095
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Revert
New submission from Brett Cannon <[EMAIL PROTECTED]>:
The rename of SocketServer in 2.6 needs to be reverted; only a note in the
docs should remain.
--
components: Library (Lib)
messages: 67096
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title:
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The rename of repr in 2.6 needs to be removed with only a note in the docs
to remain.
--
resolution: fixed ->
status: closed -> open
versions: -Python 3.0
__
Tracker <[EMAIL PR
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The changes in 2.6 need to be reverted, leaving only a note in the docs.
--
resolution: fixed ->
status: closed -> open
versions: -Python 3.0
__
Tracker <[EMAIL PROTECTED]>
<h
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The changes in 2.6 need to be reverted, leaving only a note in the docs.
--
nosy: +brett.cannon
resolution: accepted ->
status: closed -> open
__
Tracker <[EMAIL PROTECTED]>
<h
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Create the html package, Moving lib-tk to tkinter package,
Rename repr to reprlib, Revert ConfigParser rename in 2.6, Revert Queue rename
in 2.6, Revert SocketServer rename in 2.6, Revert copy_reg rename
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The that needs to be added to 2to3.
--
status: closed -> open
title: Backport UserDict move in 3.0 -> Write UserDict fixer for 2to3
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Brett Cannon <[EMAIL PROTECTED]> added the comment:
The plan is to add html.escape(). Adding html.unescape() wouldn't hurt.
--
nosy: +brett.cannon
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
On Mon, May 19, 2008 at 11:11 PM, Fred L. Drake, Jr.
<[EMAIL PROTECTED]> wrote:
>
> Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment:
>
> Python 2.6 changes reverted in revision 63481.
>
> Does anyone really want to pickle HTML parser state, or references to
> the helper functions in the ht
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: -Create the html package, Moving lib-tk to tkinter package,
Revert copy_reg rename in 2.6
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
I just added the note to the docs in 2.6.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2621>
__
__
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: -rename test_support to support
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
While the work is appreciated, PEP 3108 is taking this in a different
direction.
--
resolution: -> out of date
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Brett Cannon <[EMAIL PROTECTED]> added the comment:
I don't know how compatible it is.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2848>
__
___
P
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: +Backport UserList move in 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
_
Brett Cannon <[EMAIL PROTECTED]> added the comment:
Applied in r63533 to 2to3 in the fixer. I also added you, Quentin to
Misc/ACKS in the trunk.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<h
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: -2to3 fixer to rename markupbase to _markupbase
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
r635647 and r635649 reverted the module in 3.0.
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: -Rename repr to reprlib
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
__
Brett Cannon <[EMAIL PROTECTED]> added the comment:
I am attaching a patch that (should) revert all references to socketserver
back to SocketServer. Because I am on OS X I can't do the actual ``svn
rename`` on Lib/socketserver.py to Lib/SocketServer.py so someone else
(PLEASE!) w
Brett Cannon <[EMAIL PROTECTED]> added the comment:
r63248 contains various import and docs changes done in the name of
configparser.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Brett Cannon <[EMAIL PROTECTED]> added the comment:
r63248 contains various import and doc changes in the name of
configparser.
r63242 contains the rename, but ``svn rename`` should be used in order to
not lose the history on the file.
__
Tracker &
Brett Cannon <[EMAIL PROTECTED]> added the comment:
r63247 has some doc changes.
r63249 added the old name stub.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Brett Cannon <[EMAIL PROTECTED]>:
--
dependencies: -Revert SocketServer rename in 2.6
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
Changes by Brett Cannon <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10267/socketserver_rename.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Brett Cannon <[EMAIL PROTECTED]>:
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2925>
__
___
Python-bugs-list mailing list
Unsubscribe:
http
Brett Cannon <[EMAIL PROTECTED]> added the comment:
r63104 moved the stud module from Lib to Lib/lib-old.
r63080 changed some docs and added a test for the rename.
r63077 changed imports.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
501 - 600 of 5934 matches
Mail list logo