This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients chuchiperriman, jonozzz, orsenthil
Date 2010-06-02.04:13:33
SpamBayes Score 0.19457597
Marked as misclassified No
Message-id <1275452015.19.0.252471762447.issue8797@psf.upfronthosting.co.za>
In-reply-to
Content
The point of retry is for auth failure, which can happen due to any reason. It is not just for a wrong password.

I was thinking just doing a single verification and failing, but did find some resources (not just browsers) which adopt this approach of retry.

BTW, Basic auth is gone now and Digest auth has some recommendations so I found its fine to do the same way as Digest auth does.
History
Date User Action Args
2010-06-02 04:13:35orsenthilsetrecipients: + orsenthil, jonozzz, chuchiperriman
2010-06-02 04:13:35orsenthilsetmessageid: <1275452015.19.0.252471762447.issue8797@psf.upfronthosting.co.za>
2010-06-02 04:13:33orsenthillinkissue8797 messages
2010-06-02 04:13:33orsenthilcreate