Guido van Rossum
93a7c0fe6b
Fredrik Lundh:
...
This fixes a bunch of socket.connect(host, post) calls. Note that I
haven't tested all modules -- I don't have enough servers here...
2000-03-28 21:45:46 +00:00
Guido van Rossum
98d9fd3e68
Simple changes by Gerrit Holl - move author acknowledgements out of
...
docstrings into comments.
2000-02-28 15:12:25 +00:00
Fred Drake
361c048b8f
POP3.uidl(): Update docstring based on comments from Piers Lauder
...
<piers@cs.su.oz.au>.
1999-05-13 18:47:25 +00:00
Guido van Rossum
8d5bef7fb8
There was a confusion in my checkin of the code to support list() with
...
and without a message number argument: the argument was called 'msg'
but the code expected it to be called 'which'. In line with the other
methods, I've renamed the argument to 'which', and adapted the doc
string not to refer to 'msg'.
1998-09-14 17:36:51 +00:00
Guido van Rossum
f6ae743cb5
Fix suggested by movits@lockstar.com (plus doc string by myself)
...
for LIST command with msg argument.
1998-09-02 14:42:02 +00:00
Guido van Rossum
de23cb0e7e
Bug in how an except statement was written (submitted by Piers himself).
1998-08-06 02:59:07 +00:00
Guido van Rossum
03774bb5ea
Version with docstrings and some other changes, by Piers Lauder.
...
(Adapted by Just, I believe.)
1998-04-09 13:50:55 +00:00
Guido van Rossum
484772d472
Dave Ascher's pop client code.
1998-04-06 18:27:27 +00:00