summaryrefslogtreecommitdiffstats
path: root/Demo/sockets
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-11-16 16:56:04 (GMT)
committerGuido van Rossum <guido@python.org>1992-11-16 16:56:04 (GMT)
commitdf9320f8bcad10431fa103459fcebd4b5430599a (patch)
tree3daa24965e4eaf64ca71a7a46bd3d923e84c5d2f /Demo/sockets
parentd3b0f38db5550750c779a390b284d77fa987f425 (diff)
downloadcpython-df9320f8bcad10431fa103459fcebd4b5430599a.zip
cpython-df9320f8bcad10431fa103459fcebd4b5430599a.tar.gz
cpython-df9320f8bcad10431fa103459fcebd4b5430599a.tar.bz2
*** empty log message ***
Diffstat (limited to 'Demo/sockets')
-rwxr-xr-xDemo/sockets/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Demo/sockets/ChangeLog b/Demo/sockets/ChangeLog
index b8824c2..c1d41b1 100755
--- a/Demo/sockets/ChangeLog
+++ b/Demo/sockets/ChangeLog
@@ -1,3 +1,19 @@
+Mon Nov 16 17:55:30 1992 Guido van Rossum (guido@voorn.cwi.nl)
+
+* Restructured mcast.
+
+Tue Nov 3 13:08:41 1992 Guido van Rossum (guido@voorn.cwi.nl)
+
+* Fixed ftp.py to use 'global' instead of a hack
+
+25-Oct-1992
+
+* Added gopher.py
+
+2-Oct-1992
+
+* Changed /usr/local/python to /usr/local/bin/python
+
Thu Sep 24 12:33:56 1992 Guido van Rossum (guido@voorn.cwi.nl)
* Improved computation of mcast group bytes (use regsub.gsub())