[issue6173] Minor typo in socket.py

2009-06-02 Thread Mark Dickinson
Mark Dickinson added the comment: Sorry. Those revision numbers should be: r73138, r73139, r73140, r73141. -- ___ Python tracker ___ ___

[issue6173] Minor typo in socket.py

2009-06-02 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks! Fixed in r73138, r71739, r71740, r71741. -- nosy: +marketdickinson resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: +Python 3.0, Python 3.1 ___ Python t

[issue6173] Minor typo in socket.py

2009-06-01 Thread Pablo Torres Navarrete
Changes by Pablo Torres Navarrete : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue6173] Minor typo in socket.py

2009-06-01 Thread Pablo Torres Navarrete
New submission from Pablo Torres Navarrete : Index: socket.py === --- socket.py (revision 73134) +++ socket.py (working copy) @@ -16,7 +16,7 @@ gethostbyname() -- map a hostname to its IP number gethostbyaddr() -- map an IP num