]> granicus.if.org Git - python/commit
Clean up some docstrings. Some docstrings didn't show their return
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:37:08 +0000 (20:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:37:08 +0000 (20:37 +0000)
commit22a97159cdce7740b4ae90e7fbeb7f855989a0e9
tree9a6160b9492da253ddb3baf5852cbf8dca37cc48
parente531e296fa178a3a8fc8ec708035e5255f327227
Clean up some docstrings.  Some docstrings didn't show their return
value; others were inconsistent in what to name the argument or return
value; a few module-global functions had "socket." in front of their
name, against convention.
Modules/socketmodule.c