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 mastahyeti
Recipients ezio.melotti, mastahyeti, orsenthil, r.david.murray
Date 2012-08-30.19:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAE=pOyG=o-OM62xg-c3DNhQShs34C8AsacNFnC_K8Ff-oUeFOw@mail.gmail.com>
In-reply-to <1346354206.74.0.942850842007.issue15824@psf.upfronthosting.co.za>
Content
Hrmm. Okay. I concede.

On Thu, Aug 30, 2012 at 2:16 PM, R. David Murray <report@bugs.python.org> wrote:
>
> R. David Murray added the comment:
>
> 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.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue15824>
> _______________________________________
History
Date User Action Args
2012-08-30 19:22:39mastahyetisetrecipients: + mastahyeti, orsenthil, ezio.melotti, r.david.murray
2012-08-30 19:22:39mastahyetilinkissue15824 messages
2012-08-30 19:22:38mastahyeticreate