[issue17272] request.full_url: unexpected results on assignment

R. David Murray report at bugs.python.org
Fri Feb 22 17:19:31 CET 2013


R. David Murray added the comment:

One of those other options is: do nothing :)

Python doesn't normally make things read-only just because mutating them does nothing useful.  Sometimes we make things read-only when mutating them does nasty stuff, but even then sometimes we don't.

So the real question is, do others consider it a sensible and useful API change to make setting it do something useful, and how many other changes would be required to make the rest of the API consistent with that change?

We may be in python-ideas territory here, I'm not sure.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17272>
_______________________________________


More information about the Python-bugs-list mailing list