[Python-checkins] cpython (merge 3.3 -> default): merge 3.3

benjamin.peterson python-checkins at python.org
Fri Sep 27 15:11:56 CEST 2013


http://hg.python.org/cpython/rev/bd2898a0a450
changeset:   85808:bd2898a0a450
parent:      85806:e45072fd759f
parent:      85807:ac5343148fb3
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 27 09:11:31 2013 -0400
summary:
  merge 3.3

files:
  Tools/hg/hgtouch.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/hg/hgtouch.py b/Tools/hg/hgtouch.py
--- a/Tools/hg/hgtouch.py
+++ b/Tools/hg/hgtouch.py
@@ -7,6 +7,7 @@
 
 In addition to the dependency syntax, #-comments are supported.
 """
+from __future__ import with_statement
 import errno
 import os
 

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


More information about the Python-checkins mailing list