René's URL Explorer Experiment


Title: Issue 3187: os.listdir can return byte strings - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org
guido@python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
martin@v.loewis.de
victor.stinner@haypocalc.com

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47437 https://github.com/python/cpython/issues/47437
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
posix_path_bytes.patchhttps://bugs.python.org/file11212/posix_path_bytes.patch
io_byte_filename.patchhttps://bugs.python.org/file11213/io_byte_filename.patch
fnmatch_bytes.patchhttps://bugs.python.org/file11215/fnmatch_bytes.patch
glob1_bytes.patchhttps://bugs.python.org/file11216/glob1_bytes.patch
listdir_encoding_warning.patchhttps://bugs.python.org/file11549/listdir_encoding_warning.patch
warn_at_the_end.patchhttps://bugs.python.org/file11550/warn_at_the_end.patch
raise_decoding_errors.patchhttps://bugs.python.org/file11581/raise_decoding_errors.patch
force_unicode.patchhttps://bugs.python.org/file11630/force_unicode.patch
getcwd_bytes.patchhttps://bugs.python.org/file11632/getcwd_bytes.patch
merge_os_getcwd_getcwdu.patchhttps://bugs.python.org/file11652/merge_os_getcwd_getcwdu.patch
os_getcwdb.patchhttps://bugs.python.org/file11655/os_getcwdb.patch
python3_bytes_filename.patchhttps://bugs.python.org/file11658/python3_bytes_filename.patch
setfsenc.diffhttps://bugs.python.org/file11663/setfsenc.diff
python3_bytes_filename-3.patchhttps://bugs.python.org/file11680/python3_bytes_filename-3.patch
win32-bytes-filenames.patchhttps://bugs.python.org/file11685/win32-bytes-filenames.patch
macpath.patchhttps://bugs.python.org/file11693/macpath.patch
library_os_doc.patchhttps://bugs.python.org/file11721/library_os_doc.patch
msg68674https://bugs.python.org/issue3187#msg68674
(view)https://bugs.python.org/msg68674
os.pyhttps://github.com/python/cpython/blob/3.0/Lib/os.py#L278
os.pyhttps://github.com/python/cpython/blob/3.0/Lib/os.py#L268
posixpath.pyhttps://github.com/python/cpython/blob/3.0/Lib/posixpath.py#L64
msg68679https://bugs.python.org/issue3187#msg68679
(view)https://bugs.python.org/msg68679
msg68684https://bugs.python.org/issue3187#msg68684
(view)https://bugs.python.org/msg68684
msg68685https://bugs.python.org/issue3187#msg68685
(view)https://bugs.python.org/msg68685
msg68686https://bugs.python.org/issue3187#msg68686
(view)https://bugs.python.org/msg68686
msg68688https://bugs.python.org/issue3187#msg68688
(view)https://bugs.python.org/msg68688
#683592https://bugs.python.org/issue683592
msg68689https://bugs.python.org/issue3187#msg68689
(view)https://bugs.python.org/msg68689
msg70943https://bugs.python.org/issue3187#msg70943
(view)https://bugs.python.org/msg70943
msg70953https://bugs.python.org/issue3187#msg70953
(view)https://bugs.python.org/msg70953
msg71525https://bugs.python.org/issue3187#msg71525
(view)https://bugs.python.org/msg71525
#3616https://bugs.python.org/issue3616
msg71612https://bugs.python.org/issue3187#msg71612
(view)https://bugs.python.org/msg71612
msg71615https://bugs.python.org/issue3187#msg71615
(view)https://bugs.python.org/msg71615
msg71624https://bugs.python.org/issue3187#msg71624
(view)https://bugs.python.org/msg71624
msg71629https://bugs.python.org/issue3187#msg71629
(view)https://bugs.python.org/msg71629
msg71647https://bugs.python.org/issue3187#msg71647
(view)https://bugs.python.org/msg71647
msg71648https://bugs.python.org/issue3187#msg71648
(view)https://bugs.python.org/msg71648
msg71655https://bugs.python.org/issue3187#msg71655
(view)https://bugs.python.org/msg71655
msg71680https://bugs.python.org/issue3187#msg71680
(view)https://bugs.python.org/msg71680
msg71699https://bugs.python.org/issue3187#msg71699
(view)https://bugs.python.org/msg71699
msg71700https://bugs.python.org/issue3187#msg71700
(view)https://bugs.python.org/msg71700
http://bugs.python.org/issue3187http://bugs.python.org/issue3187
msg71705https://bugs.python.org/issue3187#msg71705
(view)https://bugs.python.org/msg71705
msg71748https://bugs.python.org/issue3187#msg71748
(view)https://bugs.python.org/msg71748
msg71749https://bugs.python.org/issue3187#msg71749
(view)https://bugs.python.org/msg71749
msg71751https://bugs.python.org/issue3187#msg71751
(view)https://bugs.python.org/msg71751
#3616https://bugs.python.org/issue3616
msg71752https://bugs.python.org/issue3187#msg71752
(view)https://bugs.python.org/msg71752
msg71756https://bugs.python.org/issue3187#msg71756
(view)https://bugs.python.org/msg71756
msg71757https://bugs.python.org/issue3187#msg71757
(view)https://bugs.python.org/msg71757
msg71769https://bugs.python.org/issue3187#msg71769
(view)https://bugs.python.org/msg71769
http://codereview.appspot.com/3055http://codereview.appspot.com/3055
msg71991https://bugs.python.org/issue3187#msg71991
(view)https://bugs.python.org/msg71991
msg72495https://bugs.python.org/issue3187#msg72495
(view)https://bugs.python.org/msg72495
msg73362https://bugs.python.org/issue3187#msg73362
(view)https://bugs.python.org/msg73362
os.pyhttps://github.com/python/cpython/blob/3.0/Lib/os.py#L268
posixpath.pyhttps://github.com/python/cpython/blob/3.0/Lib/posixpath.py#L64
msg73534https://bugs.python.org/issue3187#msg73534
(view)https://bugs.python.org/msg73534
msg73535https://bugs.python.org/issue3187#msg73535
(view)https://bugs.python.org/msg73535
msg73540https://bugs.python.org/issue3187#msg73540
(view)https://bugs.python.org/msg73540
msg73678https://bugs.python.org/issue3187#msg73678
(view)https://bugs.python.org/msg73678
msg73680https://bugs.python.org/issue3187#msg73680
(view)https://bugs.python.org/msg73680
msg73688https://bugs.python.org/issue3187#msg73688
(view)https://bugs.python.org/msg73688
http://codereview.appspot.com/3055http://codereview.appspot.com/3055
msg73909https://bugs.python.org/issue3187#msg73909
(view)https://bugs.python.org/msg73909
msg73910https://bugs.python.org/issue3187#msg73910
(view)https://bugs.python.org/msg73910
msg73911https://bugs.python.org/issue3187#msg73911
(view)https://bugs.python.org/msg73911
msg73925https://bugs.python.org/issue3187#msg73925
(view)https://bugs.python.org/msg73925
msg73926https://bugs.python.org/issue3187#msg73926
(view)https://bugs.python.org/msg73926
msg73992https://bugs.python.org/issue3187#msg73992
(view)https://bugs.python.org/msg73992
msg73999https://bugs.python.org/issue3187#msg73999
(view)https://bugs.python.org/msg73999
msg74000https://bugs.python.org/issue3187#msg74000
(view)https://bugs.python.org/msg74000
msg74006https://bugs.python.org/issue3187#msg74006
(view)https://bugs.python.org/msg74006
msg74007https://bugs.python.org/issue3187#msg74007
(view)https://bugs.python.org/msg74007
msg74008https://bugs.python.org/issue3187#msg74008
(view)https://bugs.python.org/msg74008
msg74027https://bugs.python.org/issue3187#msg74027
(view)https://bugs.python.org/msg74027
msg74032https://bugs.python.org/issue3187#msg74032
(view)https://bugs.python.org/msg74032
msg74059https://bugs.python.org/issue3187#msg74059
(view)https://bugs.python.org/msg74059
msg74080https://bugs.python.org/issue3187#msg74080
(view)https://bugs.python.org/msg74080
msg74083https://bugs.python.org/issue3187#msg74083
(view)https://bugs.python.org/msg74083
msg74101https://bugs.python.org/issue3187#msg74101
(view)https://bugs.python.org/msg74101
msg74173https://bugs.python.org/issue3187#msg74173
(view)https://bugs.python.org/msg74173
msg74186https://bugs.python.org/issue3187#msg74186
(view)https://bugs.python.org/msg74186
r66743https://hg.python.org/lookup/r66743
http://wiki.python.org/moin/Python3UnicodeDecodeErrorhttp://wiki.python.org/moin/Python3UnicodeDecodeError
msg74192https://bugs.python.org/issue3187#msg74192
(view)https://bugs.python.org/msg74192
msg74222https://bugs.python.org/issue3187#msg74222
(view)https://bugs.python.org/msg74222
msg74236https://bugs.python.org/issue3187#msg74236
(view)https://bugs.python.org/msg74236
http://wiki.python.org/moin/Python3UnicodeDecodeErrorhttp://wiki.python.org/moin/Python3UnicodeDecodeError
msg74237https://bugs.python.org/issue3187#msg74237
(view)https://bugs.python.org/msg74237
msg74240https://bugs.python.org/issue3187#msg74240
(view)https://bugs.python.org/msg74240
msg74241https://bugs.python.org/issue3187#msg74241
(view)https://bugs.python.org/msg74241
msg74242https://bugs.python.org/issue3187#msg74242
(view)https://bugs.python.org/msg74242
msg74246https://bugs.python.org/issue3187#msg74246
(view)https://bugs.python.org/msg74246
756730079651https://hg.python.org/lookup/756730079651
93071103096https://hg.python.org/lookup/93071103096
681571006775https://hg.python.org/lookup/681571006775
88843798637https://hg.python.org/lookup/88843798637
msg74255https://bugs.python.org/issue3187#msg74255
(view)https://bugs.python.org/msg74255
r66769https://hg.python.org/lookup/r66769
msg74256https://bugs.python.org/issue3187#msg74256
(view)https://bugs.python.org/msg74256
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
msg74257https://bugs.python.org/issue3187#msg74257
(view)https://bugs.python.org/msg74257
msg74266https://bugs.python.org/issue3187#msg74266
(view)https://bugs.python.org/msg74266
r66777https://hg.python.org/lookup/r66777
msg74267https://bugs.python.org/issue3187#msg74267
(view)https://bugs.python.org/msg74267
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
Lib/test/test_ntpath.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_ntpath.py
msg74268https://bugs.python.org/issue3187#msg74268
(view)https://bugs.python.org/msg74268
msg74270https://bugs.python.org/issue3187#msg74270
(view)https://bugs.python.org/msg74270
r66779https://hg.python.org/lookup/r66779
msg74271https://bugs.python.org/issue3187#msg74271
(view)https://bugs.python.org/msg74271
msg74275https://bugs.python.org/issue3187#msg74275
(view)https://bugs.python.org/msg74275
msg74276https://bugs.python.org/issue3187#msg74276
(view)https://bugs.python.org/msg74276
msg74277https://bugs.python.org/issue3187#msg74277
(view)https://bugs.python.org/msg74277
r66781https://hg.python.org/lookup/r66781
msg74409https://bugs.python.org/issue3187#msg74409
(view)https://bugs.python.org/msg74409
#4035https://bugs.python.org/issue4035
#4036https://bugs.python.org/issue4036
msg74412https://bugs.python.org/issue3187#msg74412
(view)https://bugs.python.org/msg74412
msg74271https://bugs.python.org/msg74271
msg74414https://bugs.python.org/issue3187#msg74414
(view)https://bugs.python.org/msg74414
msg74271https://bugs.python.org/msg74271
http://wiki.python.org/moin/Python3UnicodeDecodeErrorhttp://wiki.python.org/moin/Python3UnicodeDecodeError
msg74426https://bugs.python.org/issue3187#msg74426
(view)https://bugs.python.org/msg74426
r66829https://hg.python.org/lookup/r66829
r66830https://hg.python.org/lookup/r66830
msg74271https://bugs.python.org/msg74271
http://wiki.python.org/moin/Python3UnicodeDecodeErrorhttp://wiki.python.org/moin/Python3UnicodeDecodeError
msg74426https://bugs.python.org/msg74426
library_os_doc.patchhttps://bugs.python.org/file11721
msg74414https://bugs.python.org/msg74414
msg74412https://bugs.python.org/msg74412
msg74409https://bugs.python.org/msg74409
msg74277https://bugs.python.org/msg74277
msg74276https://bugs.python.org/msg74276
macpath.patchhttps://bugs.python.org/file11693
msg74275https://bugs.python.org/msg74275
amaury.forgeotdarchttps://bugs.python.org/user1076
georg.brandlhttps://bugs.python.org/user93
msg74271https://bugs.python.org/msg74271
msg74270https://bugs.python.org/msg74270
msg74268https://bugs.python.org/msg74268
amaury.forgeotdarchttps://bugs.python.org/user1076
msg74267https://bugs.python.org/msg74267
amaury.forgeotdarchttps://bugs.python.org/user1076
msg74266https://bugs.python.org/msg74266
georg.brandlhttps://bugs.python.org/user93
amaury.forgeotdarchttps://bugs.python.org/user1076
msg74257https://bugs.python.org/msg74257
msg74256https://bugs.python.org/msg74256
loewishttps://bugs.python.org/user8
georg.brandlhttps://bugs.python.org/user93
msg74255https://bugs.python.org/msg74255
georg.brandlhttps://bugs.python.org/user93
msg74246https://bugs.python.org/msg74246
msg74242https://bugs.python.org/msg74242
msg74241https://bugs.python.org/msg74241
msg74240https://bugs.python.org/msg74240
msg74237https://bugs.python.org/msg74237
msg74236https://bugs.python.org/msg74236
win32-bytes-filenames.patchhttps://bugs.python.org/file11685
msg74222https://bugs.python.org/msg74222
bboissinhttps://bugs.python.org/user9330
djchttps://bugs.python.org/user5277
msg74192https://bugs.python.org/msg74192
gvanrossumhttps://bugs.python.org/user5
loewishttps://bugs.python.org/user8
msg74186https://bugs.python.org/msg74186
python3_bytes_filename-2.patchhttps://bugs.python.org/file11667
python3_bytes_filename-3.patchhttps://bugs.python.org/file11680
gvanrossumhttps://bugs.python.org/user5
msg74173https://bugs.python.org/msg74173
python3_bytes_filename-2.patchhttps://bugs.python.org/file11667
msg74101https://bugs.python.org/msg74101
msg74083https://bugs.python.org/msg74083
setfsenc.diffhttps://bugs.python.org/file11663
msg74080https://bugs.python.org/msg74080
python3_bytes_filename.patchhttps://bugs.python.org/file11658
msg74059https://bugs.python.org/msg74059
os_getcwdb.patchhttps://bugs.python.org/file11655
msg74032https://bugs.python.org/msg74032
draghuramhttps://bugs.python.org/user2552
merge_os_getcwd_getcwdu.patchhttps://bugs.python.org/file11652
msg74027https://bugs.python.org/msg74027
msg74008https://bugs.python.org/msg74008
msg74007https://bugs.python.org/msg74007
msg74006https://bugs.python.org/msg74006
msg74000https://bugs.python.org/msg74000
msg73999https://bugs.python.org/msg73999
loewishttps://bugs.python.org/user8
msg73992https://bugs.python.org/msg73992
msg73926https://bugs.python.org/msg73926
getcwd_bytes.patchhttps://bugs.python.org/file11632
msg73925https://bugs.python.org/msg73925
invalid_filename.patchhttps://bugs.python.org/file11210
filename.pyhttps://bugs.python.org/file11189
msg73911https://bugs.python.org/msg73911
msg73910https://bugs.python.org/msg73910
force_unicode.patchhttps://bugs.python.org/file11630
force_unicode.patchhttps://bugs.python.org/file11629
force_unicode.patchhttps://bugs.python.org/file11629
msg73909https://bugs.python.org/msg73909
msg73688https://bugs.python.org/msg73688
msg73680https://bugs.python.org/msg73680
raise_decoding_errors.patchhttps://bugs.python.org/file11581
msg73678https://bugs.python.org/msg73678
oslistdir_string.patchhttps://bugs.python.org/file10719
warn_at_the_end.patchhttps://bugs.python.org/file11550
listdir_encoding_warning.patchhttps://bugs.python.org/file11549
msg73540https://bugs.python.org/msg73540
listdir_bytes_warning.patchhttps://bugs.python.org/file11546
msg73535https://bugs.python.org/msg73535
listdir_bytes_warning.patchhttps://bugs.python.org/file11546
msg73534https://bugs.python.org/msg73534
msg73362https://bugs.python.org/msg73362
zegreekhttps://bugs.python.org/user9191
msg72495https://bugs.python.org/msg72495
msg71991https://bugs.python.org/msg71991
dlitzhttps://bugs.python.org/user9145
issue3688 supersederhttps://bugs.python.org/issue3688
msg71769https://bugs.python.org/msg71769
glob1_bytes.patchhttps://bugs.python.org/file11216
msg71757https://bugs.python.org/msg71757
fnmatch_bytes.patchhttps://bugs.python.org/file11215
msg71756https://bugs.python.org/msg71756
io_byte_filename.patchhttps://bugs.python.org/file11213
msg71752https://bugs.python.org/msg71752
posix_path_bytes.patchhttps://bugs.python.org/file11212
msg71751https://bugs.python.org/msg71751
msg71749https://bugs.python.org/msg71749
invalid_filename.patchhttps://bugs.python.org/file11210
msg71748https://bugs.python.org/msg71748
msg71705https://bugs.python.org/msg71705
msg71700https://bugs.python.org/msg71700
msg71699https://bugs.python.org/msg71699
msg71680https://bugs.python.org/msg71680
gvanrossumhttps://bugs.python.org/user5
msg71655https://bugs.python.org/msg71655
msg71648https://bugs.python.org/msg71648
msg71647https://bugs.python.org/msg71647
msg71629https://bugs.python.org/msg71629
filename.pyhttps://bugs.python.org/file11189
msg71624https://bugs.python.org/msg71624
msg71615https://bugs.python.org/msg71615
msg71612https://bugs.python.org/msg71612
issue3616 supersederhttps://bugs.python.org/issue3616
vstinnerhttps://bugs.python.org/user2377
msg71525https://bugs.python.org/msg71525
msg70953https://bugs.python.org/msg70953
msg70943https://bugs.python.org/msg70943
pitrouhttps://bugs.python.org/user2040
msg68689https://bugs.python.org/msg68689
msg68688https://bugs.python.org/msg68688
oslistdir_string.patchhttps://bugs.python.org/file10719
patchhttps://bugs.python.org/keyword2
msg68686https://bugs.python.org/msg68686
msg68685https://bugs.python.org/msg68685
msg68684https://bugs.python.org/msg68684
benjamin.petersonhttps://bugs.python.org/user4455
amaury.forgeotdarchttps://bugs.python.org/user1076
msg68679https://bugs.python.org/msg68679
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.