René's URL Explorer Experiment


Title: Issue 23752: Cleanup io.FileIO - Python tracker

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/67940 https://github.com/python/cpython/issues/67940
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
fileio_drop_dup_fstat.patchhttps://bugs.python.org/file38661/fileio_drop_dup_fstat.patch
reviewhttps://bugs.python.org/review/23752/#ps14325
msg239045https://bugs.python.org/issue23752#msg239045
(view)https://bugs.python.org/msg239045
#21859https://bugs.python.org/issue21859
msg239063https://bugs.python.org/issue23752#msg239063
(view)https://bugs.python.org/msg239063
msg239066https://bugs.python.org/issue23752#msg239066
(view)https://bugs.python.org/msg239066
3b5279b5bfd1https://hg.python.org/lookup/3b5279b5bfd1
#21679https://bugs.python.org/issue21679
#21679https://bugs.python.org/issue21679
msg239070https://bugs.python.org/issue23752#msg239070
(view)https://bugs.python.org/msg239070
#21861https://bugs.python.org/issue21861
msg239548https://bugs.python.org/issue23752#msg239548
(view)https://bugs.python.org/msg239548
bc2a22eaa0afhttps://hg.python.org/lookup/bc2a22eaa0af
#23752https://bugs.python.org/issue23752
https://hg.python.org/cpython/rev/bc2a22eaa0afhttps://hg.python.org/cpython/rev/bc2a22eaa0af
msg239577https://bugs.python.org/issue23752#msg239577
(view)https://bugs.python.org/msg239577
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5978/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5978/steps/test/logs/stdio
test\test_os.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1418
os.pyhttps://github.com/python/cpython/blob/main/Lib/os.py#L1028
test\test_os.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1411
test\test_os.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1420
msg239578https://bugs.python.org/issue23752#msg239578
(view)https://bugs.python.org/msg239578
128f92ae8baehttps://hg.python.org/lookup/128f92ae8bae
#23752https://bugs.python.org/issue23752
https://hg.python.org/cpython/rev/128f92ae8baehttps://hg.python.org/cpython/rev/128f92ae8bae
msg239588https://bugs.python.org/issue23752#msg239588
(view)https://bugs.python.org/msg239588
128f92ae8baehttps://hg.python.org/lookup/128f92ae8bae
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2870/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2870/steps/test/logs/stdio
socket.pyhttps://github.com/python/cpython/blob/main/Lib/socket.py#L288
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L5131
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L278
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L293
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L556
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L262
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L580
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L625
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1773
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1807
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L5340
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1280
msg239589https://bugs.python.org/issue23752#msg239589
(view)https://bugs.python.org/msg239589
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2852/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2852/steps/test/logs/stdio
test/test_ssl.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_ssl.py#L2832
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L871
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L923
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L891
ssl.pyhttps://github.com/python/cpython/blob/main/Lib/ssl.py#L628
ssl.pyhttps://github.com/python/cpython/blob/main/Lib/ssl.py#L983
ssl.pyhttps://github.com/python/cpython/blob/main/Lib/ssl.py#L747
ssl.pyhttps://github.com/python/cpython/blob/main/Lib/ssl.py#L1064
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L162
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L1238
test/test_ssl.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_ssl.py#L2851
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L577
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L625
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1773
msg240193https://bugs.python.org/issue23752#msg240193
(view)https://bugs.python.org/msg240193
msg240193https://bugs.python.org/msg240193
msg239589https://bugs.python.org/msg239589
msg239588https://bugs.python.org/msg239588
msg239578https://bugs.python.org/msg239578
holdenwebhttps://bugs.python.org/user149
msg239577https://bugs.python.org/msg239577
python-devhttps://bugs.python.org/user13902
msg239548https://bugs.python.org/msg239548
piotr.dobrogosthttps://bugs.python.org/user15108
msg239070https://bugs.python.org/msg239070
msg239066https://bugs.python.org/msg239066
fileio_drop_dup_fstat.patchhttps://bugs.python.org/file38661
patchhttps://bugs.python.org/keyword2
msg239063https://bugs.python.org/msg239063
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.