Re: [Python-Dev] [patch] Duplicate sections detection in ConfigParser

2009-02-04 Thread Yannick Gingras
ormity issue with the builder interface? -- Yannick Gingras http://ygingras.net signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsub

[Python-Dev] [patch] Duplicate sections detection in ConfigParser

2009-02-02 Thread Yannick Gingras
default to True? Best regards, -- Yannick Gingras http://ygingras.net Index: Lib/ConfigParser.py === --- Lib/ConfigParser.py (revision 68546) +++ Lib/ConfigParser.py (working copy) @@ -215,13 +215,14 @@ class RawConfigParser

Re: [Python-Dev] Symbolic errno values in error messages

2008-05-19 Thread Yannick Gingras
o; ensures that we gracefully fallback to numeric errno when here is no symbolic value available. The code is only invoked if there is an errno value, which takes care of most non-Unix platforms. -- Yannick Gingras ___ Python-Dev mailing l

Re: [Python-Dev] Symbolic errno values in error messages

2008-05-19 Thread Yannick Gingras
ython doesn't seems to do the right thing. Are you all using a bunch of shared settings in you .emacs files? -- Yannick Gingras Index: Objects/exceptions.c === --- Objects/exceptions.c (revision 63365) +++ Objects/exceptio

Re: [Python-Dev] Symbolic errno values in error messages

2008-05-16 Thread Yannick Gingras
nt to replace 21 > with EISDIR in the above? Yes, that's what I had in mind. -- Yannick Gingras ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] Symbolic errno values in error messages

2008-05-16 Thread Yannick Gingras
ial as I expected, I ask for advice regarding the following questions: 1) Should OSError.__str__() print the symbolic name of errno? 2) Where can I find the symbolic name in C? Best regards, -- Yannick Gingras ___ Python-Dev mailing list Python-De