diff options
| author | Miro Hron?ok <miro@hroncok.cz> | 2018-06-08 18:49:42 +0200 |
|---|---|---|
| committer | Miro Hron?ok <miro@hroncok.cz> | 2018-06-08 18:49:42 +0200 |
| commit | bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4 (patch) | |
| tree | e3f03e7ce1f234e0c91075da6d0b56040f693162 /docs/community | |
| download | paste-git-bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4.tar.gz | |
Don't raise StopIteration from generator, return instead
See https://www.python.org/dev/peps/pep-0479/
Diffstat (limited to 'docs/community')
| -rw-r--r-- | docs/community/index.txt | 15 | ||||
| -rw-r--r-- | docs/community/mailing-list.txt | 14 | ||||
| -rw-r--r-- | docs/community/repository.txt | 10 |
3 files changed, 39 insertions, 0 deletions
diff --git a/docs/community/index.txt b/docs/community/index.txt new file mode 100644 index 0000000..5b30110 --- /dev/null +++ b/docs/community/index.txt @@ -0,0 +1,15 @@ +Community +========= + +Much of the communication goes on in the `mailing lists +<mailing-list.html>`_; see that page for information on the lists. + +For live IRC discussion, try the ``#pythonpaste`` channel on `Freenode +<http://freenode.net/>`_. + +If you find bugs in the code or documentation, please `submit a ticket +<http://pythonpaste.org/trac/report>`_. You can also `view tickets +<http://pythonpaste.org/trac/report>`_. + + + diff --git a/docs/community/mailing-list.txt b/docs/community/mailing-list.txt new file mode 100644 index 0000000..854ec3e --- /dev/null +++ b/docs/community/mailing-list.txt @@ -0,0 +1,14 @@ +Mailing Lists +============= + +General discussion and questions should go to: + +`paste-users@googlegroups.org <http://groups.google.com/group/paste-users>`_: + New posts are `on Google Groups <http://groups.google.com/group/paste-users/topics>`_ `old posts are in their own archive <http://pythonpaste.org/archives/list/paste-users.en.html>`_ + +More abstract discussion of Python web programming should go to: + +`web-sig@python.org <http://mail.python.org/mailman/listinfo/web-sig>`_: + `Subscribe <http://mail.python.org/mailman/listinfo/web-sig>`__, + `Archives <http://www.python.org/pipermail/web-sig/>`__ + diff --git a/docs/community/repository.txt b/docs/community/repository.txt new file mode 100644 index 0000000..b8f3700 --- /dev/null +++ b/docs/community/repository.txt @@ -0,0 +1,10 @@ +Repository +========== + +Paste is kept in a Mercurial (hg) repository at +http://bitbucket.org/ianb/paste + +If you are using a command-line Mercurial client, you can check +it out like:: + + hg clone http://bitbucket.org/ianb/paste |
