[issue2306] Update What's new in 3.0

2008-12-03 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: I think this is good enough for now. Someone else can help add stuff I missed, but I don't think we need to keep a bug open to remind us. -- resolution: -> fixed status: open -> closed ___ Pyth

[issue2306] Update What's new in 3.0

2008-12-03 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: On Wed, Dec 3, 2008 at 1:36 AM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > > Antoine Pitrou <[EMAIL PROTECTED]> added the comment: > > Some small mistakes : > > * « an object always compares equal to itself (i.e., ``x is y`` implies > ``x =

[issue2306] Update What's new in 3.0

2008-12-03 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Some small mistakes : * « an object always compares equal to itself (i.e., ``x is y`` implies ``x == y``; this is true even for *NaN*) ». Actually NaN is not equal to itself: True >>> f == f False * « The traceback printed when an unhandled

[issue2306] Update What's new in 3.0

2008-12-02 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: I wouldn't go so far as claiming this is completed, but I think it's in a good enough shape to release. I may continue to work on it some more, but you can freeze the tree at any moment -- I won't add more XXX stuff (except perhaps commente

[issue2306] Update What's new in 3.0

2008-12-02 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: On Tue, Dec 2, 2008 at 12:07 PM, Barry A. Warsaw <[EMAIL PROTECTED]> wrote: > > Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: > > Guido, ETA? I think this will be one of the last things before we can > tag the tree for release. La

[issue2306] Update What's new in 3.0

2008-12-02 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Guido, ETA? I think this will be one of the last things before we can tag the tree for release. ___ Python tracker <[EMAIL PROTECTED]> __

[issue2306] Update What's new in 3.0

2008-12-02 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: The "optimizations" section needn't be so pessimistic. I just compiled the latest py3k and release2.5-maint branches and py3k is 10% slower (38000 vs. 42000). -- nosy: +pitrou ___ Python tracker <[

[issue2306] Update What's new in 3.0

2008-12-01 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Working on it! Woo hoo! Thanks Victor for the detailed feedback. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2306] Update What's new in 3.0

2008-11-30 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Guido... ping? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing lis

[issue2306] Update What's new in 3.0

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added __cmp__ issue in r67331. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2306] Update What's new in 3.0

2008-11-21 Thread Skip Montanaro
Changes by Skip Montanaro <[EMAIL PROTECTED]>: -- nosy: +skip.montanaro ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue2306] Update What's new in 3.0

2008-11-21 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2306] Update What's new in 3.0

2008-11-21 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: Copy/paste of the issue #4372: --- What's New in Python 3.0/Common stumbling blocks has this "builtin.sorted() and list.sort() no longer accept the cmp argument providing a comparison function. Use the key argument instead." Please add "The

[issue2306] Update What's new in 3.0

2008-11-20 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: This will have to deferred to the final 3.0 release, I don't have time today (dr's appt, internal release, blah, blah). Sorry! -- priority: release blocker -> deferred blocker ___ Python tracker

[issue2306] Update What's new in 3.0

2008-11-19 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- versions: +Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list ma

[issue2306] Update What's new in 3.0

2008-11-07 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: "PEP 352: Exceptions must derive from BaseException. This is the root of the exception hierarchy." I prefer to derive from Exception to be able to use "exept Exception as: ..." which doesn't catch SystemExit nor KeyboardInterrupt.

[issue2306] Update What's new in 3.0

2008-11-07 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2306] Update What's new in 3.0

2008-11-06 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Raising to deferred blocker. This will definitely block 3.0rc3. -- nosy: +barry priority: high -> deferred blocker ___ Python tracker <[EMAIL PROTECTED]> __

[issue2306] Update What's new in 3.0

2008-10-28 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Yes, I know. I'll spend some time on it this week. BTW what's the hold-up with the rc2 release? Or did I just miss it? ___ Python tracker <[EMAIL PROTECTED]> _

[issue2306] Update What's new in 3.0

2008-10-27 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ping. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2306] Update What's new in 3.0

2008-03-16 Thread Guido van Rossum
New submission from Guido van Rossum <[EMAIL PROTECTED]>: I will be working on this. -- assignee: gvanrossum components: Documentation messages: 63592 nosy: gvanrossum priority: high severity: normal status: open title: Update What's new in 3.0 __ Tracker