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 zach.ware
Recipients Arfrever, brett.cannon, eric.araujo, ezio.melotti, jcea, meador.inge, pitrou, serhiy.storchaka, zach.ware
Date 2013-04-15.16:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366044116.27.0.893039041464.issue16694@psf.upfronthosting.co.za>
In-reply-to
Content
A change that I mentioned in a Rietveld comment on v10, but not in my last message: __all__ in operator.py no longer includes all of the __func__s, as currently doing "from operator import *" does not import all of the __func__s.
History
Date User Action Args
2013-04-15 16:41:56zach.waresetrecipients: + zach.ware, brett.cannon, jcea, pitrou, ezio.melotti, eric.araujo, Arfrever, meador.inge, serhiy.storchaka
2013-04-15 16:41:56zach.waresetmessageid: <1366044116.27.0.893039041464.issue16694@psf.upfronthosting.co.za>
2013-04-15 16:41:56zach.warelinkissue16694 messages
2013-04-15 16:41:56zach.warecreate