Changeset 306

Show
Ignore:
Timestamp:
12/05/08 14:37:52 (3 years ago)
Author:
xi
Message:

Added a comment on Python 3 support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/setup.py

    r305 r306  
    2727    "Operating System :: OS Independent", 
    2828    "Programming Language :: Python", 
     29    "Programming Language :: Python :: 2", 
    2930    "Programming Language :: Python :: 2.3", 
    3031    "Programming Language :: Python :: 2.4", 
    3132    "Programming Language :: Python :: 2.5", 
    3233    "Programming Language :: Python :: 2.6", 
     34#   Python 3.0 is not yet supported, but see http://pyyaml.org/ticket/74 
     35#    "Programming Language :: Python :: 3", 
     36#    "Programming Language :: Python :: 3.0", 
    3337    "Topic :: Software Development :: Libraries :: Python Modules", 
    3438    "Topic :: Text Processing :: Markup",