hgbook
diff en/99book.bib @ 167:e67251ac336f
Small portability change. "grep -P" doesn't work on Debian.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 27 01:15:34 2007 -0500 (2007-03-27) |
parents | 1279bc11dfdf |
children | 7b812c428074 |
line diff
1.1 --- a/en/99book.bib Mon Oct 02 15:16:47 2006 -0700 1.2 +++ b/en/99book.bib Tue Mar 27 01:15:34 2007 -0500 1.3 @@ -56,3 +56,9 @@ 1.4 title = {GNU Coding Standards---Change Logs}, 1.5 note = {\url{http://www.gnu.org/prep/standards/html_node/Change-Logs.html}}, 1.6 } 1.7 + 1.8 +@Misc{web:macpython, 1.9 + author = {Bob Ippolito, Ronald Oussoren}, 1.10 + title = {Universal MacPython}, 1.11 + note = {\url{http://bob.pythonmac.org/archives/2006/04/10/python-and-universal-binaries-on-mac-os-x/}}, 1.12 +}