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 Ivan.Ivanenko
Recipients Ivan.Ivanenko, orsenthil, santoso.wijaya
Date 2011-03-30.20:57:22
SpamBayes Score 0.1538051
Marked as misclassified No
Message-id <1301518643.33.0.496450551737.issue11703@psf.upfronthosting.co.za>
In-reply-to
Content
Santa4nt, I think you also need to check case with Redirect Response URL:

print urllib2.urlopen("http://16.foobnix-cms.appspot.com/test_base").geturl()

python 2.6 returns OK
http://16.foobnix-cms.appspot.com/test_redirect#json={value:'OK'}

python 2.7 returns KO
http://16.foobnix-cms.appspot.com/test_redirect
History
Date User Action Args
2011-03-30 20:57:23Ivan.Ivanenkosetrecipients: + Ivan.Ivanenko, orsenthil, santoso.wijaya
2011-03-30 20:57:23Ivan.Ivanenkosetmessageid: <1301518643.33.0.496450551737.issue11703@psf.upfronthosting.co.za>
2011-03-30 20:57:22Ivan.Ivanenkolinkissue11703 messages
2011-03-30 20:57:22Ivan.Ivanenkocreate