From: Michael W. Hudson Date: Fri, 15 Mar 2002 10:21:59 +0000 (+0000) Subject: .... X-Git-Tag: v2.3c1~6489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5363b7de5bb99f5a00d748fa2ca89d631bbf40d;p=thirdparty%2FPython%2Fcpython.git .... --- diff --git a/Lib/os.py b/Lib/os.py index 9d9e059f795f..4520b4f37151 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr): try: _copy_reg.pickle(statvfs_result, _pickle_statvfs_result, _make_statvfs_result) -except NameError: # stat_result may not exist +except NameError: # statvfs_result may not exist pass