Remove an item that's been done.

This commit is contained in:
Fred Drake 2000-08-17 22:32:01 +00:00
parent dd611b0070
commit 68add2e938

View file

@ -54,8 +54,6 @@ Library Reference
behavior; only a subset is described. __reduce__, etc. Partial
update submitted by Jim Kerr <jbkerr@sr.hp.com>.
* Update the code/codeop module documentation.
* Update the httplib documentation to match Greg Stein's HTTP/1.1
support and new classes. (Greg, this is yours!)