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 eric.smith
Recipients brett.cannon, eric.smith, skip.montanaro
Date 2007-09-13.07:12:14
SpamBayes Score 0.068728246
Marked as misclassified No
Message-id <1189667534.61.0.613129643254.issue1158@psf.upfronthosting.co.za>
In-reply-to
Content
It's a nit, but there are a few other comments that should be changed to
mention %f in addition to %z/%Z.

 * giving special meanings to the %z and %Z format codes via a preprocessing

	/* Scan the input format, looking for %z and %Z escapes, building

			/* percent followed by neither z nor Z */
History
Date User Action Args
2007-09-13 07:12:14eric.smithsetspambayes_score: 0.0687282 -> 0.068728246
recipients: + eric.smith, skip.montanaro, brett.cannon
2007-09-13 07:12:14eric.smithsetspambayes_score: 0.0687282 -> 0.0687282
messageid: <1189667534.61.0.613129643254.issue1158@psf.upfronthosting.co.za>
2007-09-13 07:12:14eric.smithlinkissue1158 messages
2007-09-13 07:12:14eric.smithcreate