File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,13 @@ Other Language Changes
383
383
coerces negative zero to zero after rounding to the format precision. See
384
384
:pep: `682 ` for more details. (Contributed by John Belmonte in :gh: `90153 `.)
385
385
386
+ * Bytes are no longer accepted on :attr: `sys.path `. Support broke sometime
387
+ between Python 3.2 and 3.6 with no one noticing until after Python 3.10.0
388
+ was released. Bringing back support would also be problematic due to
389
+ interactions between :option: `-b ` and :attr: `sys.path_importer_cache ` when
390
+ there is a mixture of strings and bytes keys.
391
+ (Contributed by Thomas Grainger in :gh: `91181 `.)
392
+
386
393
Other CPython Implementation Changes
387
394
====================================
388
395
You can’t perform that action at this time.
0 commit comments