hgbook

diff en/99book.bib @ 226:eef2171243e8

Document the extdiff extension.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 11:52:18 2007 -0700 (2007-05-26)
parents 7b812c428074
children 7301e64c362e
line diff
     1.1 --- a/en/99book.bib	Thu Apr 05 23:28:06 2007 -0700
     1.2 +++ b/en/99book.bib	Sat May 26 11:52:18 2007 -0700
     1.3 @@ -68,3 +68,8 @@
     1.4    title =	 {PuTTY---open source ssh client for Windows},
     1.5    note =	 {\url{http://www.chiark.greenend.org.uk/~sgtatham/putty/}},
     1.6  }
     1.7 +
     1.8 +@Misc{web:configparser,
     1.9 +  title =	 {\texttt{ConfigParser}---Configuration file parser},
    1.10 +  note =	 {\url{http://docs.python.org/lib/module-ConfigParser.html}},
    1.11 +}