[issue1451] SSL patch for Python 3000

Guido van Rossum report at bugs.python.org
Thu Nov 15 20:40:29 CET 2007


Guido van Rossum added the comment:

Looks good (after skimming). Some stylistic nits:

- Please fold lines >= 80 chars.

- Please strip trailing whitespace (for Python code, you won't be
allowed to submit with it present).

- You can fold long imports without using the dreaded backslash now, e.g.
  from _ssl import (SSL_ERROR_ZERO_RETURN,
                    SSL_ERROR_WANT_READ, ...)

Then just check it in.  (We'll be able to do the dup()'ing differently
soon, but I'd just as soon see your patch go in first.)

----------
assignee: gvanrossum -> janssen

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1451>
__________________________________


More information about the Python-bugs-list mailing list