René's URL Explorer Experiment


Title: Issue 13119: Newline for print() is \n on Windows, and not \r\n as expected - Python tracker

Mail addresses
victor.stinner@haypocalc.com
report@bugs.python.org

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/57328 https://github.com/python/cpython/issues/57328
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
newline.pyhttps://bugs.python.org/file23330/newline.py
newline_3.1.txthttps://bugs.python.org/file23331/newline_3.1.txt
newline_3.2.txthttps://bugs.python.org/file23332/newline_3.2.txt
windows_stdout_newline.patchhttps://bugs.python.org/file26644/windows_stdout_newline.patch
reviewhttps://bugs.python.org/review/13119/#ps5623
issue13119_test.patchhttps://bugs.python.org/file26660/issue13119_test.patch
issue13119_httpserver.patchhttps://bugs.python.org/file26694/issue13119_httpserver.patch
reviewhttps://bugs.python.org/review/13119/#ps5658
issue13119_unbuffered.patchhttps://bugs.python.org/file26695/issue13119_unbuffered.patch
reviewhttps://bugs.python.org/review/13119/#ps5659
msg145039https://bugs.python.org/issue13119#msg145039
(view)https://bugs.python.org/msg145039
msg145050https://bugs.python.org/issue13119#msg145050
(view)https://bugs.python.org/msg145050
msg145054https://bugs.python.org/issue13119#msg145054
(view)https://bugs.python.org/msg145054
msg145064https://bugs.python.org/issue13119#msg145064
(view)https://bugs.python.org/msg145064
#10841https://bugs.python.org/issue10841
Misc/NEWShttps://github.com/python/cpython/blob/master/Misc/NEWS
Modules/_io/fileio.chttps://github.com/python/cpython/blob/master/Modules/_io/fileio.c
Modules/main.chttps://github.com/python/cpython/blob/master/Modules/main.c
Parser/tokenizer.chttps://github.com/python/cpython/blob/master/Parser/tokenizer.c
#10841https://bugs.python.org/issue10841
msg145066https://bugs.python.org/issue13119#msg145066
(view)https://bugs.python.org/msg145066
msg145068https://bugs.python.org/issue13119#msg145068
(view)https://bugs.python.org/msg145068
msg145310https://bugs.python.org/issue13119#msg145310
(view)https://bugs.python.org/msg145310
msg167067https://bugs.python.org/issue13119#msg167067
(view)https://bugs.python.org/msg167067
msg167092https://bugs.python.org/issue13119#msg167092
(view)https://bugs.python.org/msg167092
msg167193https://bugs.python.org/issue13119#msg167193
(view)https://bugs.python.org/msg167193
msg167250https://bugs.python.org/issue13119#msg167250
(view)https://bugs.python.org/msg167250
http://docs.python.org/dev/whatsnew/3.0.html#print-is-a-functionhttp://docs.python.org/dev/whatsnew/3.0.html#print-is-a-function
http://docs.python.org/dev/whatsnew/2.6.html#pep-3105-print-as-a-functionhttp://docs.python.org/dev/whatsnew/2.6.html#pep-3105-print-as-a-function
msg167257https://bugs.python.org/issue13119#msg167257
(view)https://bugs.python.org/msg167257
msg167269https://bugs.python.org/issue13119#msg167269
(view)https://bugs.python.org/msg167269
msg167288https://bugs.python.org/issue13119#msg167288
(view)https://bugs.python.org/msg167288
msg167379https://bugs.python.org/issue13119#msg167379
(view)https://bugs.python.org/msg167379
c55dbb84f3b4https://hg.python.org/lookup/c55dbb84f3b4
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/c55dbb84f3b4http://hg.python.org/cpython/rev/c55dbb84f3b4
msg167382https://bugs.python.org/issue13119#msg167382
(view)https://bugs.python.org/msg167382
09408b990ca5https://hg.python.org/lookup/09408b990ca5
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/09408b990ca5http://hg.python.org/cpython/rev/09408b990ca5
msg167449https://bugs.python.org/issue13119#msg167449
(view)https://bugs.python.org/msg167449
msg167452https://bugs.python.org/issue13119#msg167452
(view)https://bugs.python.org/msg167452
4efad7fba42ahttps://hg.python.org/lookup/4efad7fba42a
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/4efad7fba42ahttp://hg.python.org/cpython/rev/4efad7fba42a
e4a87f0253e9https://hg.python.org/lookup/e4a87f0253e9
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/e4a87f0253e9http://hg.python.org/cpython/rev/e4a87f0253e9
msg167454https://bugs.python.org/issue13119#msg167454
(view)https://bugs.python.org/msg167454
f8e435d6a801https://hg.python.org/lookup/f8e435d6a801
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/f8e435d6a801http://hg.python.org/cpython/rev/f8e435d6a801
msg167457https://bugs.python.org/issue13119#msg167457
(view)https://bugs.python.org/msg167457
msg167460https://bugs.python.org/issue13119#msg167460
(view)https://bugs.python.org/msg167460
msg167465https://bugs.python.org/issue13119#msg167465
(view)https://bugs.python.org/msg167465
msg167468https://bugs.python.org/issue13119#msg167468
(view)https://bugs.python.org/msg167468
msg167479https://bugs.python.org/issue13119#msg167479
(view)https://bugs.python.org/msg167479
msg167481https://bugs.python.org/issue13119#msg167481
(view)https://bugs.python.org/msg167481
msg167482https://bugs.python.org/issue13119#msg167482
(view)https://bugs.python.org/msg167482
msg167485https://bugs.python.org/issue13119#msg167485
(view)https://bugs.python.org/msg167485
msg167486https://bugs.python.org/issue13119#msg167486
(view)https://bugs.python.org/msg167486
msg167488https://bugs.python.org/issue13119#msg167488
(view)https://bugs.python.org/msg167488
msg167499https://bugs.python.org/issue13119#msg167499
(view)https://bugs.python.org/msg167499
bc4fdb758b8chttps://hg.python.org/lookup/bc4fdb758b8c
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/bc4fdb758b8chttp://hg.python.org/cpython/rev/bc4fdb758b8c
ee185c6b2880https://hg.python.org/lookup/ee185c6b2880
#13119https://bugs.python.org/issue13119
http://hg.python.org/cpython/rev/ee185c6b2880http://hg.python.org/cpython/rev/ee185c6b2880
msg167500https://bugs.python.org/issue13119#msg167500
(view)https://bugs.python.org/msg167500
msg167502https://bugs.python.org/issue13119#msg167502
(view)https://bugs.python.org/msg167502
msg168348https://bugs.python.org/issue13119#msg168348
(view)https://bugs.python.org/msg168348
msg168349https://bugs.python.org/issue13119#msg168349
(view)https://bugs.python.org/msg168349
msg168350https://bugs.python.org/issue13119#msg168350
(view)https://bugs.python.org/msg168350
Modules/_io/textio.chttps://github.com/python/cpython/blob/master/Modules/_io/textio.c
243ad1a6f638https://hg.python.org/lookup/243ad1a6f638
083776adcacchttps://hg.python.org/lookup/083776adcacc
msg168351https://bugs.python.org/issue13119#msg168351
(view)https://bugs.python.org/msg168351
msg168351https://bugs.python.org/msg168351
msg168350https://bugs.python.org/msg168350
msg168349https://bugs.python.org/msg168349
serhiy.storchakahttps://bugs.python.org/user15623
msg168348https://bugs.python.org/msg168348
msg167502https://bugs.python.org/msg167502
msg167500https://bugs.python.org/msg167500
msg167499https://bugs.python.org/msg167499
msg167488https://bugs.python.org/msg167488
msg167486https://bugs.python.org/msg167486
msg167485https://bugs.python.org/msg167485
msg167482https://bugs.python.org/msg167482
loewishttps://bugs.python.org/user8
msg167481https://bugs.python.org/msg167481
msg167479https://bugs.python.org/msg167479
issue13119_unbuffered.patchhttps://bugs.python.org/file26695
msg167468https://bugs.python.org/msg167468
msg167465https://bugs.python.org/msg167465
issue13119_httpserver.patchhttps://bugs.python.org/file26694
msg167460https://bugs.python.org/msg167460
msg167457https://bugs.python.org/msg167457
msg167454https://bugs.python.org/msg167454
msg167452https://bugs.python.org/msg167452
msg167449https://bugs.python.org/msg167449
msg167382https://bugs.python.org/msg167382
python-devhttps://bugs.python.org/user13902
msg167379https://bugs.python.org/msg167379
msg167288https://bugs.python.org/msg167288
msg167269https://bugs.python.org/msg167269
msg167257https://bugs.python.org/msg167257
msg167250https://bugs.python.org/msg167250
issue13119_test.patchhttps://bugs.python.org/file26660
msg167193https://bugs.python.org/msg167193
windows_stdout_newline.patchhttps://bugs.python.org/file26644
georg.brandlhttps://bugs.python.org/user93
msg167092https://bugs.python.org/msg167092
patchhttps://bugs.python.org/keyword2
ishimotohttps://bugs.python.org/user940
msg167067https://bugs.python.org/msg167067
msg145310https://bugs.python.org/msg145310
floxhttps://bugs.python.org/user11184
msg145068https://bugs.python.org/msg145068
pitrouhttps://bugs.python.org/user2040
msg145066https://bugs.python.org/msg145066
msg145064https://bugs.python.org/msg145064
msg145054https://bugs.python.org/msg145054
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
msg145050https://bugs.python.org/msg145050
newline_3.2.txthttps://bugs.python.org/file23332
newline_3.1.txthttps://bugs.python.org/file23331
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.