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 orsenthil
Recipients eric.araujo, ezio.melotti, jhylton, mcjeff, nadeem.vawda, orsenthil, pitrou, python-dev
Date 2012-03-14.20:37:00
SpamBayes Score 0.0003376084
Marked as misclassified No
Message-id <20120314203655.GA1924@mathmagic>
In-reply-to <1331752015.53.0.1014414896.issue10050@psf.upfronthosting.co.za>
Content
My concern was with the method get_full_url. I have seen it being
useful in more than one place and it's not just the accessor. Others
are just the accessors and those can be safely removed. When
get_full_url gives the correct url, taking into consideration the url
fragment, I think that should stay. Other's can be cleaned up.

Note that in 3.3, we should just be deprecating and as soon as 3.3 is
out, we can remove these. 

Thanks,
Senthil
History
Date User Action Args
2012-03-14 20:37:01orsenthilsetrecipients: + orsenthil, jhylton, pitrou, nadeem.vawda, ezio.melotti, eric.araujo, mcjeff, python-dev
2012-03-14 20:37:00orsenthillinkissue10050 messages
2012-03-14 20:37:00orsenthilcreate