[Python-Dev] Documentation strategy for PEP 3151 (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Oct 12 16:17:55 CEST 2011
- Previous message: [Python-Dev] cpython: Backed out changeset 952d91a7d376
- Next message: [Python-Dev] Documentation strategy for PEP 3151
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I'd like some advice on what the best path is in cases such as:
A :exc:socket.error
is raised for errors from the call
to :func:inet_ntop
.
Should I replace "socket.error" with "OSError" (knowing that the former is now an alias of the latter), or leave "socket.error" so that people have less surprises when running their code with a previous Python version?
Regards
Antoine.
- Previous message: [Python-Dev] cpython: Backed out changeset 952d91a7d376
- Next message: [Python-Dev] Documentation strategy for PEP 3151
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]