Convert pep 20 to Rst

This commit is contained in:
Matthias Bussonnier 2016-06-22 11:14:58 -07:00
parent d0002d5e53
commit db16082f58
1 changed files with 24 additions and 14 deletions

View File

@ -5,19 +5,24 @@ Last-Modified: $Date$
Author: tim.peters@gmail.com (Tim Peters)
Status: Active
Type: Informational
Content-Type: text/plain
Content-Type: text/x-rst
Created: 19-Aug-2004
Post-History: 22-Aug-2004
Abstract
Long time Pythoneer Tim Peters succinctly channels the BDFL's
guiding principles for Python's design into 20 aphorisms, only 19
of which have been written down.
Abstract
========
Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding
principles for Python's design into 20 aphorisms, only 19 of which
have been written down.
The Zen of Python
=================
::
Beautiful is better than ugly.
Explicit is better than implicit.
@ -41,19 +46,24 @@ The Zen of Python
Easter Egg
==========
>>> import this
::
>>> import this
Copyright
=========
This document has been placed in the public domain.
This document has been placed in the public domain.
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End: