mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Whitespace normalization.
This commit is contained in:
parent
15c1fe5047
commit
f733abb783
21 changed files with 128 additions and 128 deletions
|
@ -15,7 +15,7 @@ class ResourceTest(unittest.TestCase):
|
|||
self.assertRaises(TypeError, resource.setrlimit, 42, 42, 42)
|
||||
|
||||
def test_fsize_ismax(self):
|
||||
|
||||
|
||||
try:
|
||||
(cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
|
||||
except AttributeError:
|
||||
|
@ -39,7 +39,7 @@ class ResourceTest(unittest.TestCase):
|
|||
# versions of Python were terminated by an uncaught SIGXFSZ, but
|
||||
# pythonrun.c has been fixed to ignore that exception. If so, the
|
||||
# write() should return EFBIG when the limit is exceeded.
|
||||
|
||||
|
||||
# At least one platform has an unlimited RLIMIT_FSIZE and attempts
|
||||
# to change it raise ValueError instead.
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue