]> granicus.if.org Git - python/commit
bpo-30806: Fix netrc.__repr__() format (GH-2491)
authorSteven Loria <sloria1@gmail.com>
Sun, 10 Dec 2017 06:09:58 +0000 (01:09 -0500)
committerINADA Naoki <methane@users.noreply.github.com>
Sun, 10 Dec 2017 06:09:58 +0000 (15:09 +0900)
commit3b9173d33adc2903e1af461214333b0052d7b1e9
tree3a7d3616f5e9f69a53e056e18568ea44721a9f8c
parent292fce9934280867ca9a65870495f83fca37751e
bpo-30806: Fix netrc.__repr__() format (GH-2491)

netrc file format doesn't support quotes and escapes.

See https://linux.die.net/man/5/netrc
Lib/netrc.py
Lib/test/test_netrc.py
Misc/NEWS.d/next/Library/2017-09-29.bpo-30806.lP5GrH.rst [new file with mode: 0644]