[Python-checkins] peps: Apply Oleg's edits to PEP 103, per request

chris.angelico python-checkins at python.org
Wed Jan 13 15:36:47 EST 2016


https://hg.python.org/peps/rev/7aeecf213809
changeset:   6179:7aeecf213809
user:        Chris Angelico <rosuav at gmail.com>
date:        Thu Jan 14 07:36:39 2016 +1100
summary:
  Apply Oleg's edits to PEP 103, per request

files:
  pep-0103.txt |  7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/pep-0103.txt b/pep-0103.txt
--- a/pep-0103.txt
+++ b/pep-0103.txt
@@ -62,6 +62,8 @@
 
 `Git Wiki <https://git.wiki.kernel.org/index.php/Main_Page>`_.
 
+`Git Buch <http://gitbu.ch/index.html>`_ (German).
+
 
 Offline documentation
 ---------------------
@@ -886,8 +888,9 @@
 <https://kallithea-scm.org/>`_ and `pagure <https://pagure.io/>`_,
 both are written in Python; pagure was written by Fedora developers
 and is being used to develop some Fedora projects. `Gogs
-<http://gogs.io/>`_ is written in Go; there is a fork `Gitea
-<http://gitea.io/>`_.
+<https://gogs.io/>`_ is written in Go; there is a fork `Gitea
+<http://gitea.io/>`_. `GitBucket
+<https://takezoe.github.io/gitbucket/about/>`_ is written in Scala.
 
 And last but not least, `Gitlab <https://about.gitlab.com/>`_. It's
 perhaps the most advanced web-based development environment for git.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list