I can spell

This commit is contained in:
Ryan Williams
2011-06-07 23:37:57 -07:00
parent 988be4e038
commit 4a085a7818
2 changed files with 8 additions and 4 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
0.9.16
======
* SO_RESUSEADDR now correctly set.
0.9.15
======
* ZeroMQ support without an explicit hub now implemented! Thanks to Zed Shaw for the patch.

View File

@@ -37,10 +37,10 @@ setup(
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Languag :: Python :: 2.4",
"Programming Languag :: Python :: 2.5",
"Programming Languag :: Python :: 2.6",
"Programming Languag :: Python :: 2.7",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",