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 r.david.murray
Recipients ezio.melotti, mastahyeti, orsenthil, r.david.murray
Date 2012-08-30.19:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346354206.74.0.942850842007.issue15824@psf.upfronthosting.co.za>
In-reply-to
Content
Not in this case.  We are treating the URL as an immutable object, so the Pythonic thing to do is create new object of the same type with the change applied.  Similar to "abcd".replace('a', 'z') returning a new string.
History
Date User Action Args
2012-08-30 19:16:46r.david.murraysetrecipients: + r.david.murray, orsenthil, ezio.melotti, mastahyeti
2012-08-30 19:16:46r.david.murraysetmessageid: <1346354206.74.0.942850842007.issue15824@psf.upfronthosting.co.za>
2012-08-30 19:16:46r.david.murraylinkissue15824 messages
2012-08-30 19:16:46r.david.murraycreate