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 dmazz
Recipients dmazz
Date 2007-10-30.00:56:53
SpamBayes Score 0.30060226
Marked as misclassified No
Message-id <1193705814.05.0.19491362552.issue1362@psf.upfronthosting.co.za>
In-reply-to
Content
In section 4.6 it says:
Writing the value None is normally suppressed by the interpreter if it
would be the only value written.

When it should say:
Writing the value None is normally displayed by the interpreter if it
would be the only value written.

Or less wordy:
The value None is (normally) displayed by the interpreter when it would
be the only value written.
History
Date User Action Args
2007-10-30 00:56:54dmazzsetspambayes_score: 0.300602 -> 0.30060226
recipients: + dmazz
2007-10-30 00:56:54dmazzsetspambayes_score: 0.300602 -> 0.300602
messageid: <1193705814.05.0.19491362552.issue1362@psf.upfronthosting.co.za>
2007-10-30 00:56:54dmazzlinkissue1362 messages
2007-10-30 00:56:53dmazzcreate