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 mark.dickinson
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-02-18.14:53:06
SpamBayes Score 6.624906e-05
Marked as misclassified No
Message-id <1266504788.32.0.14359236074.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
Tweaked some doctests in r78218:

- add integer argument doctest for logical_invert
- fix integer literals with a leading zero for the other logical_***
  methods, since they're illegal in Python 3.

Merged to py3k in r78219.

Thanks, everyone!
History
Date User Action Args
2010-02-18 14:53:08mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jjconti, skrah
2010-02-18 14:53:08mark.dickinsonsetmessageid: <1266504788.32.0.14359236074.issue7633@psf.upfronthosting.co.za>
2010-02-18 14:53:06mark.dickinsonlinkissue7633 messages
2010-02-18 14:53:06mark.dickinsoncreate