]> granicus.if.org Git - python/commit
Define & use NetrcParseError instead of improperly overloading SyntaxError.
authorFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 06:33:08 +0000 (06:33 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 06:33:08 +0000 (06:33 +0000)
commitec6ec90dd296d51d214726d192f6bb2b35453830
treed24979a902c0146ec45a4b82aee28656b9fd5a5c
parenta76ba6ed9b1dcaa66daee71961e0d528d64b07f0
Define & use NetrcParseError instead of improperly overloading SyntaxError.
Always has the lineno and filename of the source text.
Lib/netrc.py