- Update to 3.11.0b2:

- many small updates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=17
This commit is contained in:
2022-05-31 20:57:46 +00:00
committed by Git OBS Bridge
parent eff536f20e
commit f224cc3c2d
10 changed files with 31 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
--- a/Lib/test/test_posix.py
+++ b/Lib/test/test_posix.py
@@ -434,7 +434,7 @@ class PosixTester(unittest.TestCase):
@@ -428,7 +428,7 @@ class PosixTester(unittest.TestCase):
def test_posix_fadvise(self):
fd = os.open(os_helper.TESTFN, os.O_RDONLY)
try: