[Python-checkins] cpython (merge 3.3 -> default): #18981: merge with 3.3.

ezio.melotti python-checkins at python.org
Fri Sep 13 22:54:55 CEST 2013


http://hg.python.org/cpython/rev/dae3e64e1743
changeset:   85687:dae3e64e1743
parent:      85684:ecc18ec4a12e
parent:      85686:9fcb9deb70f5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Sep 13 23:54:41 2013 +0300
summary:
  #18981: merge with 3.3.

files:
  Lib/ctypes/test/test_integers.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py
--- a/Lib/ctypes/test/test_integers.py
+++ b/Lib/ctypes/test/test_integers.py
@@ -1,4 +1,4 @@
-# superseeded by test_numbers.py
+# superseded by test_numbers.py
 import unittest
 
 if __name__ == '__main__':

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


More information about the Python-checkins mailing list