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 steven.daprano
Recipients georg.brandl, jdwhitley, k0wax, mrabarnett, rhettinger, steven.daprano
Date 2009-03-15.04:38:02
SpamBayes Score 0.0058821146
Marked as misclassified No
Message-id <1237091884.45.0.3167126413.issue1714448@psf.upfronthosting.co.za>
In-reply-to
Content
Matthew suggested ~= instead of -> or "as".

I dislike this because ~= first makes me think of "approximately equal 
to", and then it makes me think of augmented assignment, and only then 
do I remember that although ~ is used in Python for bitwise-not, ~= is 
not a legal augmented assignment.
History
Date User Action Args
2009-03-15 04:38:04steven.dapranosetrecipients: + steven.daprano, georg.brandl, rhettinger, k0wax, mrabarnett, jdwhitley
2009-03-15 04:38:04steven.dapranosetmessageid: <1237091884.45.0.3167126413.issue1714448@psf.upfronthosting.co.za>
2009-03-15 04:38:02steven.dapranolinkissue1714448 messages
2009-03-15 04:38:02steven.dapranocreate