SMTP_SSL error in python 2.3

Chris Angelico rosuav at gmail.com
Fri Jul 29 01:04:45 EDT 2016


On Fri, Jul 29, 2016 at 2:06 PM, Mushirahmed Shaikh <imushir at gmail.com> wrote:
> Thanks for your reply..
> I dont want to update python2.3 to python2.7.
> I have following scenario..
> I have /mnt/flash/diskroot
> I am using chroot /mnt/flash/diskroot to get into this.
> In  /mnt/flash/diskroot python2.3 is installed.
> In after logout from /mnt/flash/diskroot
> In  python2.7 is installled.
> any solution to called smtplib of python2.7 from python 2.3 of
> /mnt/flash/diskroot.
>

Please respond on-list.

I've no idea what the significance of the chroot is, but frankly,
unless you have a support contract with someone, DO NOT keep using
ancient versions of Python and expect them to be secure. (And if you
aren't needing security, what are you using encryption for?)

ChrisA



More information about the Python-list mailing list