File tree 2 files changed +6
-15
lines changed
2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type check them statically. Find bugs in your programs without even
31
31
running them!
32
32
33
33
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.
35
35
XML based reports do not work on Python 3.3 and 3.4 on Windows.
36
36
37
37
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)
225
225
Development status
226
226
------------------
227
227
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.
230
230
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.
242
233
243
234
244
235
Issue tracker
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def run(self):
78
78
data_files += find_data_files ('xml' , ['*.xsd' , '*.xslt' , '*.css' ])
79
79
80
80
classifiers = [
81
- 'Development Status :: 2 - Pre- Alpha' ,
81
+ 'Development Status :: 3 - Alpha' ,
82
82
'Environment :: Console' ,
83
83
'Intended Audience :: Developers' ,
84
84
'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments