[Python-modules-commits] r29848 - in packages/python-django/trunk/debian (django-admin)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Tue Jul 22 00:13:24 UTC 2014
Date: Tuesday, July 22, 2014 @ 00:13:23
Author: bam
Revision: 29848
Add comment about quotes.
If single quotes appeared anywhere in the python code, this could confuse the
shell operation.
Modified:
packages/python-django/trunk/debian/django-admin
Modified: packages/python-django/trunk/debian/django-admin
===================================================================
--- packages/python-django/trunk/debian/django-admin 2014-07-22 00:10:59 UTC (rev 29847)
+++ packages/python-django/trunk/debian/django-admin 2014-07-22 00:13:23 UTC (rev 29848)
@@ -17,6 +17,7 @@
python_code='''
# python code
+# ONLY use DOUBLE quotes â¹"⺠after this line
import sys
print("Using: Python %d.%d" % sys.version_info[:2])
More information about the Python-modules-commits
mailing list