[issue1025540] urllib2 http auth

2009-04-25 Thread Gregory P. Smith
Gregory P. Smith added the comment: agreed, its not needed. closing. if someone wants it they're welcome to supply a patch with tests. -- resolution: -> wont fix status: open -> closed ___ Python tracker

[issue1025540] urllib2 http auth

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1025540] urllib2 http auth

2008-12-22 Thread Senthil
Senthil added the comment: This issue makes a request to implement, plain-text inurl password authentication like "https://user:passw...@host:port/ for HTTP Basic Authentication. " for urllib2. As per rfc3986, this is strongly discouraged and is deprecated. See the section: 3.2.1. User Inform

[issue1025540] urllib2 http auth

2008-12-03 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: this should be trivial to implement (other than urllib and urllib2 being a giant mess). adding to my queue. -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker <[EMAIL PRO