[Python-checkins] r47125 - in python/trunk/Lib: compiler/transformer.py test/test_mailbox.py test/test_warnings.py

tim.peters python-checkins at python.org
Tue Jun 27 13:52:50 CEST 2006


Author: tim.peters
Date: Tue Jun 27 13:52:49 2006
New Revision: 47125
Modified:
 python/trunk/Lib/compiler/transformer.py
 python/trunk/Lib/test/test_mailbox.py
 python/trunk/Lib/test/test_warnings.py
Log:
Whitespace normalization.
Modified: python/trunk/Lib/compiler/transformer.py
==============================================================================
--- python/trunk/Lib/compiler/transformer.py	(original)
+++ python/trunk/Lib/compiler/transformer.py	Tue Jun 27 13:52:49 2006
@@ -922,7 +922,7 @@
 return TryFinally(self.com_node(nodelist[2]),
 self.com_node(nodelist[5]),
 lineno=nodelist[0][2])
- 
+
 #tryexcept: [TryNode, [except_clauses], elseNode)]
 clauses = []
 elseNode = None
Modified: python/trunk/Lib/test/test_mailbox.py
==============================================================================
--- python/trunk/Lib/test/test_mailbox.py	(original)
+++ python/trunk/Lib/test/test_mailbox.py	Tue Jun 27 13:52:49 2006
@@ -738,12 +738,12 @@
 time.sleep(0.5)
 self.assertRaises(mailbox.ExternalClashError,
 self._box.lock)
- 
+
 # Wait for child to exit. Locking should now succeed.
 exited_pid, status = os.waitpid(pid, 0)
 self._box.lock()
 self._box.unlock()
- 
+
 
 class TestMbox(_TestMboxMMDF):
 
Modified: python/trunk/Lib/test/test_warnings.py
==============================================================================
--- python/trunk/Lib/test/test_warnings.py	(original)
+++ python/trunk/Lib/test/test_warnings.py	Tue Jun 27 13:52:49 2006
@@ -92,7 +92,7 @@
 warnings._setoption, 'ignore:2::4:-5')
 warnings._setoption('error::Warning::0')
 self.assertRaises(UserWarning, warnings.warn, 'convert to error')
- 
+
 
 def test_main(verbose=None):
 # Obscure hack so that this test passes after reloads or repeated calls


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /