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 Ramin Farajpour Cami
Recipients Ramin Farajpour Cami, martin.panter
Date 2015-09-12.00:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442017600.07.0.425534659805.issue25075@psf.upfronthosting.co.za>
In-reply-to
Content
why any update in python 2.7?

you should using a function this code change :

enc_sec = ZXlKMWMyVnlUbUZ0WlNJNkltRmtiV2x1SWl3aWNHRnpjM2R2Y21RaU9pSmhaRzFwYmlKOQo=
url = re.sub('\o=$','',enc_sec)
result = url.replace('\n','==')
print result
History
Date User Action Args
2015-09-12 00:26:40Ramin Farajpour Camisetrecipients: + Ramin Farajpour Cami, martin.panter
2015-09-12 00:26:40Ramin Farajpour Camisetmessageid: <1442017600.07.0.425534659805.issue25075@psf.upfronthosting.co.za>
2015-09-12 00:26:40Ramin Farajpour Camilinkissue25075 messages
2015-09-12 00:26:39Ramin Farajpour Camicreate