mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix issue1789: The tutorial contained a misuse of the struct module.
(also remove an unneeded import struct from test_largefile)
This commit is contained in:
parent
7070094d7f
commit
7b7ce7854c
3 changed files with 8 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#----------------------------------------------------------------------
|
||||
|
||||
from test import test_support
|
||||
import os, struct, stat, sys
|
||||
import os, stat, sys
|
||||
|
||||
try:
|
||||
import signal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue