]> granicus.if.org Git - python/commit
Special support for pickling os.stat and os.stat_vfs results portably
authorMichael W. Hudson <mwh@python.net>
Wed, 6 Mar 2002 17:11:18 +0000 (17:11 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 6 Mar 2002 17:11:18 +0000 (17:11 +0000)
commit0e02530a798807db572968ba914ae3694d71eb91
tree9e7fad6916145181df1cc9ee59eba394eb753989
parentce358e3015bc8cafdf949dee624b01f4a38bfad2
Special support for pickling os.stat and os.stat_vfs results portably
(the types come from different modules on different platforms).

Added tests for pickling these types.

May be a bugfix candidate.
Lib/os.py
Lib/test/pickletester.py