This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2002-08-15.10:36:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

OK, update.

ceval.c: rewrote the comments about the exceptions for
POP_TOP and RETURN_NONE somewhat.  Fixed up the lltrace test.

compile.c: use RETURN_NONE a touch more freely.  Remove a
com_pop that shouldn't have been there anymore.

whatsnew23.tex: expanded, clarified, moved from "Other
Language Changes" to "Other Changes And Fixes".  Not sure
this is the right section either...

opcode.h, libdis.tex: point people interested in RETURN_NONE
to the comments in ceval.c.

It will be nice to stop having to de-conflict Misc/NEWS
every day...
History
Date User Action Args
2007-08-23 15:14:20adminlinkissue587993 messages
2007-08-23 15:14:20admincreate