Skip to content

Commit 10428ed

Browse files
twmrmsullivan
authored andcommitted
Prettify mypyc Roadmap section in README.md (#7782)
1 parent deaa5c7 commit 10428ed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mypyc/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ These are the current planned major milestones:
114114

115115
6. [DONE] Release a version of mypy that includes a compiled mypy.
116116

117-
7a. More feature/compatibility work. (100% compatibility with Python is distinctly
118-
an anti-goal, but more than we have now is a good idea.)
119-
120-
7b. Support compiling Black, which is a prominent tool that could benefit
121-
and has maintainer buy-in.
122-
(Let us know if you maintain another Python tool or library and are
123-
interested in working with us on this!)
124-
125-
7c. More optimization! Code size reductions in particular are likely to
126-
be valuable and will speed up mypyc compilation.
117+
7.
118+
1. More feature/compatibility work. (100% compatibility with Python is distinctly
119+
an anti-goal, but more than we have now is a good idea.)
120+
2. Support compiling Black, which is a prominent tool that could benefit
121+
and has maintainer buy-in.
122+
(Let us know if you maintain another Python tool or library and are
123+
interested in working with us on this!)
124+
125+
3. More optimization! Code size reductions in particular are likely to
126+
be valuable and will speed up mypyc compilation.
127127

128128
8. We'll see! Adventure is out there!
129129

0 commit comments

Comments
 (0)