diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-03-11 13:11:53 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-03-11 13:11:53 -0400 |
| commit | 5d262c198470c02d77f9aa3ace1c2350ffe3819b (patch) | |
| tree | b3155d08cad2ae0408bedec7549a976715f4d1ee | |
| parent | fcf50572192bcc003e0f42faeffed419f711372c (diff) | |
| download | zope-security-pure_python_proxy.tar.gz | |
Note support for PyPy.pure_python_proxy
| -rw-r--r-- | CHANGES.rst | 4 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 66ba415..62fc252 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,9 @@ CHANGES 4.0.0a6 (unreleased) -------------------- -- fixed extension compilation on windows python 3.x +- Added support for PyPy. + +- Fixed extension compilation on windows python 3.x 4.0.0a5 (2013-02-28) @@ -128,6 +128,7 @@ setup(name='zope.security', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Natural Language :: English', 'Operating System :: OS Independent', 'Topic :: Internet :: WWW/HTTP', |
