This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-03.14:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633272148.77.0.0556992237798.issue45354@roundup.psfhosted.org>
In-reply-to
Content
It appears there have been some console related changes in Windows 11

======================================================================
ERROR: test_open_name (test.test_winconsoleio.WindowsConsoleIOTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Jeremy\source\repos\cpython\lib\test\test_winconsoleio.py", line 95, in test_open_name
    f = open('C:/con', 'rb', buffering=0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:/con'

======================================================================
FAIL: test_conout_path (test.test_winconsoleio.WindowsConsoleIOTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Jeremy\source\repos\cpython\lib\test\test_winconsoleio.py", line 118, in test_conout_path
    self.assertIsInstance(f, ConIO)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: <_io.FileIO name='C:\\Users\\Jeremy\\AppData\\Local\\Temp\\tmpoqx235b0\\CONOUT$' mode='wb' closefd=True> is not an instance of <class '_io._WindowsConsoleIO'>

----------------------------------------------------------------------
History
Date User Action Args
2021-10-03 14:42:28jklothsetrecipients: + jkloth, paul.moore, tim.golden, zach.ware, steve.dower
2021-10-03 14:42:28jklothsetmessageid: <1633272148.77.0.0556992237798.issue45354@roundup.psfhosted.org>
2021-10-03 14:42:28jklothlinkissue45354 messages
2021-10-03 14:42:28jklothcreate