Staging
v0.5.1
https://github.com/python/cpython
Revision 4a7da9cdbc2100e5b6c8b6d9da58ee8f5a813a96 authored by Georg Brandl on 07 March 2007, 09:34:52 UTC, committed by Georg Brandl on 07 March 2007, 09:34:52 UTC
1 parent b535b39
Raw File
Tip revision: 4a7da9cdbc2100e5b6c8b6d9da58ee8f5a813a96 authored by Georg Brandl on 07 March 2007, 09:34:52 UTC
Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.
Tip revision: 4a7da9c
test_pickletools.py
import pickletools
from test import test_support
test_support.run_doctest(pickletools)
back to top