Mercurial > p > roundup > code
diff doc/installation.txt @ 3731:e6ef9abfe403
fix pytz requirement version and download URL for latest package
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Oct 2006 06:31:43 +0000 |
| parents | 8e3b881060b4 |
| children | a2d22d0de0bc |
line wrap: on
line diff
--- a/doc/installation.txt Thu Oct 12 23:59:18 2006 +0000 +++ b/doc/installation.txt Fri Oct 13 06:31:43 2006 +0000 @@ -53,7 +53,7 @@ You may optionally install and use: Timezone Definitions - Full timezone support requires pytz_ module (version 2006j or later) + Full timezone support requires pytz_ module (version 2005i or later) which brings the `Olson tz database`_ into Python. If pytz_ is not installed, timezones may be specified as numeric hour offsets only. @@ -76,7 +76,7 @@ successfully. .. _Xapian: http://www.xapian.org/ -.. _pytz: http://pytz.sourceforge.net/ +.. _pytz: http://www.python.org/pypi/pytz .. _Olson tz database: http://www.twinsun.com/tz/tz-link.htm
