mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
mwh spotted a copied error message, make it unique (and correct)
This commit is contained in:
parent
a6fc397a80
commit
ec77645df9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ try:
|
||||||
except IOError:
|
except IOError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print "should not be able to seek on sys.stdin"
|
print "should not be able to tell on sys.stdin"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sys.stdin.truncate()
|
sys.stdin.truncate()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue