Fix some markup errors.
This commit is contained in:
parent
2cd05ffd46
commit
57bcbda8f0
19
pep-3108.txt
19
pep-3108.txt
|
@ -758,7 +758,9 @@ thus makes sense to group related modules into packages.
|
||||||
|
|
||||||
dbm package
|
dbm package
|
||||||
///////////
|
///////////
|
||||||
(TODO)
|
|
||||||
|
TODO
|
||||||
|
|
||||||
================= ===============================
|
================= ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
================= ===============================
|
================= ===============================
|
||||||
|
@ -779,7 +781,8 @@ whichdb dbm.__init__ [1]_
|
||||||
|
|
||||||
html package
|
html package
|
||||||
////////////
|
////////////
|
||||||
(TODO)
|
TODO
|
||||||
|
|
||||||
================== ===============================
|
================== ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
================== ===============================
|
================== ===============================
|
||||||
|
@ -790,7 +793,8 @@ htmlentitydefs html.entities
|
||||||
|
|
||||||
http package
|
http package
|
||||||
////////////
|
////////////
|
||||||
(TODO)
|
TODO
|
||||||
|
|
||||||
================= ===============================
|
================= ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
================= ===============================
|
================= ===============================
|
||||||
|
@ -808,7 +812,8 @@ cookielib http.cookiejar
|
||||||
|
|
||||||
tkinter package
|
tkinter package
|
||||||
///////////////
|
///////////////
|
||||||
(TODO)
|
TODO
|
||||||
|
|
||||||
================== ===============================
|
================== ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
================== ===============================
|
================== ===============================
|
||||||
|
@ -839,7 +844,8 @@ turtle tkinter.turtle
|
||||||
|
|
||||||
urllib package
|
urllib package
|
||||||
//////////////
|
//////////////
|
||||||
(TODO)
|
TODO
|
||||||
|
|
||||||
Originally this new package was to be named ``url``, but because of
|
Originally this new package was to be named ``url``, but because of
|
||||||
the common use of the name as a variable, it has been deemed better
|
the common use of the name as a variable, it has been deemed better
|
||||||
to keep the name ``urllib`` and instead shift existing modules around
|
to keep the name ``urllib`` and instead shift existing modules around
|
||||||
|
@ -861,7 +867,8 @@ urllib urllib.parse, urllib.request [6]_
|
||||||
|
|
||||||
xmlrpc package
|
xmlrpc package
|
||||||
//////////////
|
//////////////
|
||||||
(TODO)
|
TODO
|
||||||
|
|
||||||
================== ===============================
|
================== ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
================== ===============================
|
================== ===============================
|
||||||
|
|
Loading…
Reference in New Issue