[New-bugs-announce] [issue28806] Improve the netrc library

Xiang Zhang report at bugs.python.org
Sat Nov 26 06:13:30 EST 2016


New submission from Xiang Zhang:

netrc library now gets some problems:

1. All tokens are mandatory. (#28780)
2. Token values are limited to a limited set of characters. (#557704)
3. Does not complain about macro definition without a null line.
4. If the login name is anonymous, security check is not needed.

Propose a patch to handle these. I treat it as an enhancement of the existing library instead of bug fix.

----------
components: Library (Lib)
files: netrc.patch
keywords: patch
messages: 281767
nosy: haypo, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Improve the netrc library
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file45651/netrc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28806>
_______________________________________


More information about the New-bugs-announce mailing list