0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
This commit is contained in:
Michael W. Hudson 2002-03-15 10:21:59 +00:00
parent ce00b735cd
commit e5363b7de5

View File

@ -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