Skip to content

Commit 2589b1b

Browse files
JukkaLgvanrossum
authored andcommitted
Update mypy development status to Alpha (#3753)
1 parent 6c8294b commit 2589b1b

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type check them statically. Find bugs in your programs without even
3131
running them!
3232

3333
The type annotation standard has also been backported to earlier
34-
Python 3.x versions. Mypy supports Python 3.3 and later.
34+
Python 3.x versions. Mypy supports Python 3.3 and later.
3535
XML based reports do not work on Python 3.3 and 3.4 on Windows.
3636

3737
For Python 2.7, you can add annotations as comments (this is also
@@ -225,20 +225,11 @@ See [Test README.md](test-data/unit/README.md)
225225
Development status
226226
------------------
227227

228-
Mypy is work in progress and is not yet production quality, though
229-
mypy development has been done using mypy for a while!
228+
Mypy is alpha software, but it has already been used in production
229+
for well over a year at Dropbox, and it has an extensive test suite.
230230

231-
Here are some of the more significant Python features not supported
232-
right now (but all of these will improve):
233-
234-
- properties with setters not supported
235-
- limited metaclass support
236-
- only a subset of Python standard library modules are supported, and some
237-
only partially
238-
- 3rd party module support is limited
239-
240-
The current development focus is to have a good coverage of Python
241-
features and the standard library (both 3.x and 2.7).
231+
See [the roadmap](ROADMAP.md) if you are interested in plans for the
232+
future.
242233

243234

244235
Issue tracker

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run(self):
7878
data_files += find_data_files('xml', ['*.xsd', '*.xslt', '*.css'])
7979

8080
classifiers = [
81-
'Development Status :: 2 - Pre-Alpha',
81+
'Development Status :: 3 - Alpha',
8282
'Environment :: Console',
8383
'Intended Audience :: Developers',
8484
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)