[Python-checkins] devinabox: Note that the code is Python 2/3 compatible

brett.cannon python-checkins at python.org
Wed Aug 7 16:14:59 CEST 2013


http://hg.python.org/devinabox/rev/77f94e1cf427
changeset:   53:77f94e1cf427
user:        Brett Cannon <brett at python.org>
date:        Tue Aug 06 11:42:51 2013 -0400
summary:
  Note that the code is Python 2/3 compatible

files:
  build_cpython.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/build_cpython.py b/build_cpython.py
--- a/build_cpython.py
+++ b/build_cpython.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# Source is Python 2/3 compatible.
 """Build CPython on UNIX.
 
 On all platforms, return the path to the executable.

-- 
Repository URL: http://hg.python.org/devinabox


More information about the Python-checkins mailing list