[Python-checkins] python/dist/src/Misc cheatsheet,1.7,1.8

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Mar 13 15:27:26 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30511/Misc

Modified Files:
	cheatsheet 
Log Message:
SF patch #911431: robot.txt must be robots.txt
(Contributed by George Yoshida.)



Index: cheatsheet
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/cheatsheet,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cheatsheet	12 Jul 2003 23:55:57 -0000	1.7
--- cheatsheet	13 Mar 2004 20:27:23 -0000	1.8
***************
*** 1963,1967 ****
  rfc822           RFC-822 message manipulation class.
  rlcompleter      Word completion for GNU readline 2.0.
! robotparser      Parse robot.txt files, useful for web spiders.
  sched            A generally useful event scheduler class.
  sets             Module for a set datatype.
--- 1963,1967 ----
  rfc822           RFC-822 message manipulation class.
  rlcompleter      Word completion for GNU readline 2.0.
! robotparser      Parse robots.txt files, useful for web spiders.
  sched            A generally useful event scheduler class.
  sets             Module for a set datatype.




More information about the Python-checkins mailing list