[Python-checkins] r83723 - in python/branches/release31-maint: Lib/test/test_rlcompleter.py Lib/test/test_sundry.py Misc/ACKS Misc/NEWS

antoine.pitrou python-checkins at python.org
Wed Aug 4 17:48:41 CEST 2010


Author: antoine.pitrou
Date: Wed Aug  4 17:48:41 2010
New Revision: 83723

Log:
Merged revisions 83719 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines
  
  Issue #9496: Provide a test suite for the rlcompleter module.  Patch by
  Michele Orrù.
........


Added:
   python/branches/release31-maint/Lib/test/test_rlcompleter.py
      - copied unchanged from r83719, /python/branches/py3k/Lib/test/test_rlcompleter.py
Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Lib/test/test_sundry.py
   python/branches/release31-maint/Misc/ACKS
   python/branches/release31-maint/Misc/NEWS

Modified: python/branches/release31-maint/Lib/test/test_sundry.py
==============================================================================
--- python/branches/release31-maint/Lib/test/test_sundry.py	(original)
+++ python/branches/release31-maint/Lib/test/test_sundry.py	Wed Aug  4 17:48:41 2010
@@ -59,7 +59,6 @@
             import pdb
             import pstats
             import py_compile
-            import rlcompleter
             import sched
             import sndhdr
             import symbol

Modified: python/branches/release31-maint/Misc/ACKS
==============================================================================
--- python/branches/release31-maint/Misc/ACKS	(original)
+++ python/branches/release31-maint/Misc/ACKS	Wed Aug  4 17:48:41 2010
@@ -561,6 +561,7 @@
 Piet van Oostrum
 Jason Orendorff
 Douglas Orr
+Michele Orrù
 Denis S. Otkidach
 Michael Otteneder
 R. M. Oudkerk

Modified: python/branches/release31-maint/Misc/NEWS
==============================================================================
--- python/branches/release31-maint/Misc/NEWS	(original)
+++ python/branches/release31-maint/Misc/NEWS	Wed Aug  4 17:48:41 2010
@@ -437,6 +437,9 @@
 Tests
 -----
 
+- Issue #9496: Provide a test suite for the rlcompleter module.  Patch by
+  Michele Orrù.
+
 - Issue #9251: test_threaded_import didn't fail when run through regrtest
   if the import lock was disabled.
 


More information about the Python-checkins mailing list