[issue28806] Improve the netrc library

2021-11-17 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
versions: +Python 3.11 -Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2021-11-17 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset 15409c720be0503131713e3d3abc1acd0da07378 by Emmanuel Arias in 
branch 'main':
bpo-28806: Continue work: improve the netrc library (GH-26330)
https://github.com/python/cpython/commit/15409c720be0503131713e3d3abc1acd0da07378


--
nosy: +asvetlov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2021-05-24 Thread Emmanuel Arias


Emmanuel Arias  added the comment:

Hello everybody I've just make this PR 
https://github.com/python/cpython/pull/26330 to continue the work.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2021-05-24 Thread Emmanuel Arias


Change by Emmanuel Arias :


--
pull_requests: +24922
pull_request: https://github.com/python/cpython/pull/26330

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2020-06-23 Thread Emmanuel Arias


Emmanuel Arias  added the comment:

Hi!

I let a comment on github. The PR was open 3 years agot, so I was wandering to 
know if are there some plans with that PR? Are you interested on the PR?

Cheers,

--
nosy: +eamanu

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2018-10-29 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
pull_requests:  -9533

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2018-10-29 Thread bbayles


Change by bbayles :


--
pull_requests: +9533

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2018-10-09 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2017-02-15 Thread Xiang Zhang

Changes by Xiang Zhang :


--
pull_requests: +89

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2017-01-04 Thread Xiang Zhang

Changes by Xiang Zhang :


--
nosy: +r.david.murray -haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28806] Improve the netrc library

2016-11-26 Thread Xiang Zhang

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com