PiRSquared17 / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

sha module is deprecated #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At compile, I get a DeprecationWarning "sha module is deprecated".

Will this code be updated in a future release?

Original issue reported on code.google.com by 0360...@gmail.com on 16 Oct 2009 at 6:40

GoogleCodeExporter commented 9 years ago
she was deprecated in Python 2.6, but Google Appengine uses Python 2.5.2
From http://code.google.com/appengine/docs/whatisgoogleappengine.html

The Python runtime environment uses Python version 2.5.2. 

If you are running on OSX (Snow Leopard) you can switch to 2.5 for development 
of appengine by using 
export VERSIONER_PYTHON_VERSION=2.5 

If you running elsewhere I am afraid I can't help.

Original comment by rossdjo...@gmail.com on 12 Nov 2009 at 5:58

GoogleCodeExporter commented 9 years ago
Well App Engine should really support 2.6.

Original comment by dro...@gmail.com on 3 Dec 2009 at 3:10