[EMAIL PROTECTED] wrote:
Christian> Oh h... Are you able to recall a list of the most important
Christian> bug fixes? Maybe we can get the bug fixes into 2.5.3 before
Christian> it's too late.
Maybe doing the modest amount of translation required of the 2.6 unit tests
so they run un
On Fri, Oct 17, 2008 at 10:47 AM, <[EMAIL PROTECTED]> wrote:
>
>Jesse> I've not used svn.python.org for personal side/projects - also,
>Jesse> ideally the back port would be stand-alone and package-index
>Jesse> installable
>
> I wouldn't call this really a personal/side project. OTOH
Christian> Oh h... Are you able to recall a list of the most important
Christian> bug fixes? Maybe we can get the bug fixes into 2.5.3 before
Christian> it's too late.
Maybe doing the modest amount of translation required of the 2.6 unit tests
so they run under 0.52 would help. See
Jesse> I've not used svn.python.org for personal side/projects - also,
Jesse> ideally the back port would be stand-alone and package-index
Jesse> installable
I wouldn't call this really a personal/side project. OTOH, firing up a
Google Code project means you can admit project develop
Jesse> Do we want to start a google code project for this given all
Jesse> three of us are interested in this? :)
Maybe the svn repo could grow a backports sibling of sandbox.
Skip
___
Python-3000 mailing list
Python-3000@python.org
http://mail
Christian> I like to make as much code of the trunk version compatible
Christian> with 2.5 and 2.4 as possible. Let's see how far we can get
Christian> with a bunch of macros and #ifdefs.
I'll follow your lead. ;-)
Skip
___
Python-3000 mail
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Oct 17, 2008, at 4:36 AM, Victor Stinner wrote:
1210 imaplib does not run under Python 3
3727 poplib module broken by str to unicode conversion
- These both have patches that need review
3714 nntplib module broken by str to unicode conversion
Christian Heimes wrote:
> Nick Coghlan wrote:
>> As Jesse points out, some of that robustness comes from long-standing
>> bugs in the core getting fixed as a result of the addition of the
>> multiprocessing unit tests to the standard library test suite.
>>
>> Not trying to discourage the project, j
> 1210 imaplib does not run under Python 3
> 3727 poplib module broken by str to unicode conversion
>- These both have patches that need review
> 3714 nntplib module broken by str to unicode conversion
>- This issue seems pretty far from resolution
I worked on these modules. First I tried