~ubuntu-branches/ubuntu/natty/python-tz/natty-proposed

« back to all changes in this revision

Viewing changes to pytz.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2010-01-27 18:33:59 UTC
  • mfrom: (1.1.17 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100127183359-7vxnxgzl5ysokzue
Tags: 2010b-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: pytz
3
 
Version: 2009u
 
3
Version: 2010b
4
4
Summary: World timezone definitions, modern and historical
5
5
Home-page: http://pytz.sourceforge.net
6
6
Author: Stuart Bishop
365
365
        `common_timezones` is a list of useful, current timezones. It doesn't
366
366
        contain deprecated zones or historical zones, except for a few I've
367
367
        deemed in common usage, such as US/Eastern (open a bug report if you
368
 
        think other timezones are deserving of being included here).It is also
 
368
        think other timezones are deserving of being included here). It is also
369
369
        a sequence of strings.
370
370
        
371
371
        >>> from pytz import common_timezones
373
373
        True
374
374
        >>> 'Etc/Greenwich' in common_timezones
375
375
        False
 
376
        >>> 'Australia/Melbourne' in common_timezones
 
377
        True
376
378
        >>> 'US/Eastern' in common_timezones
377
379
        True
378
 
        >>> 'Australia/Melbourne' in common_timezones
 
380
        >>> 'Canada/Eastern' in common_timezones
379
381
        True
380
382
        >>> 'US/Pacific-New' in all_timezones
381
383
        True