Skip to content

Commit e14c511

Browse files
author
Guido van Rossum
committed
Fix README layout issues when viewed on GitHub.
1 parent 0b5f10c commit e14c511

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This GitHub repo us used for drafting PEP 484: Type Hints, slated for
66
inclusion in Python 3.5.
77

88
Authors
9-
-------
9+
=======
1010

1111
* Guido van Rossum
1212

@@ -15,30 +15,30 @@ Authors
1515
* Łukasz Langa
1616

1717
BDFL-Delegate
18-
-------------
18+
=============
1919

2020
The BDFL-Delegate is Mark Shannon. This means he gets to be the final
2121
reviewer of the PEP and ultimately gets to accept or reject it -- see
2222
PEP 1 (https://www.python.org/dev/peps/pep-0001/).
2323

2424
Important dates
25-
---------------
25+
===============
2626

2727
The target dates for inclusion of types.py in Python 3.5 are derived
2828
from the Python 3.5 release schedule as documented in PEP 478
2929
(https://www.python.org/dev/peps/pep-0478/), and subject to change if
3030
that schedule slips:
3131

32-
* PEP 484 accepted, types.py feature complete and checked into CPython
33-
repo: Python 3.5.0 beta 1, May 24, 2015
32+
* May 24, 2015: Python 3.5.0 beta 1 -- PEP 484 accepted, types.py
33+
feature complete and checked into CPython repo
3434

35-
* Last chance for fixes to types.py barring emergencies: Python 3.5.0
36-
release candidate 1, August 9, 2015
35+
* August 9, 2015: Python 3.5.0 release candidate 1 -- Last chance for
36+
fixes to types.py barring emergencies:
3737

38-
* Python 3.5.0 final release: September 13, 2015
38+
* September 13, 2015: Python 3.5.0 final release
3939

4040
Important URLs
41-
--------------
41+
==============
4242

4343
The python.org rendering of the PEP lives at
4444
https://www.python.org/dev/peps/pep-0484/, but the version in this
@@ -58,10 +58,10 @@ typically in the order of 5-60 minutes) whenever the Hg peps repo is
5858
updated.
5959

6060
Workflows
61-
=========
61+
---------
6262

6363
Workflow for editing PEP 484
64-
----------------------------
64+
============================
6565

6666
* The PEP 484 draft is edited in the GitHub ambv/typehinting repo.
6767

@@ -102,7 +102,7 @@ Workflow for editing PEP 482 and PEP 483
102102
(Łukasz for PEP 482, Guido for PEP 483).
103103

104104
Workflow for mypy changes
105-
-------------------------
105+
=========================
106106

107107
* Use the GitHub issue tracker for the mypy repo (JukkaL/mypy). Jukka
108108
accepts GitHub Pull Requests at his discretion.
@@ -114,13 +114,13 @@ Workflow for mypy changes
114114
(JukkaL/typing).
115115

116116
Workflow for CPython changes
117-
----------------------------
117+
============================
118118

119119
* TBD: Workflow for copying types.py and test_types.py into the
120120
CPython repo.
121121

122122
Things consciously left out for now
123-
-----------------------------------
123+
===================================
124124

125125
* Multiple dispatch (but ``@overload`` will be allowed in stubs).
126126

@@ -132,7 +132,7 @@ Things consciously left out for now
132132
* Probably other things.
133133

134134
Changes to MyPy
135-
===============
135+
---------------
136136

137137
(Omitting things implemented in mypy 0.2; See
138138
http://mypy-lang.blogspot.com/2015/04/mypy-02-released.html.)
@@ -152,24 +152,24 @@ http://mypy-lang.blogspot.com/2015/04/mypy-02-released.html.)
152152
is here: https://github.com/JukkaL/mypy/labels/pep484
153153

154154
TO DO Lists
155-
===========
155+
-----------
156156

157157
PEP 482 TO DO
158-
-------------
158+
=============
159159

160160
* State of the art: should we list decorator-based approaches
161161
(PyContracts?) and docstring-based approaches? **TODO:** Łukasz to
162162
update PEP 482.
163163

164164
PEP 483 TO DO
165-
-------------
165+
=============
166166

167167
* Explain generics better.
168168

169169
* Drop definition of ``Intersection``?
170170

171171
PEP 484 TO DO
172-
-------------
172+
=============
173173

174174
* Explain generics better.
175175

@@ -195,7 +195,7 @@ PEP 484 TO DO
195195
https://github.com/ambv/typehinting/issues
196196

197197
README.rst TO DO
198-
----------------
198+
================
199199

200200
* Drop list of changes to mypy.
201201

0 commit comments

Comments
 (0)