Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r61541:7d20db5b18b5
Date: 2013-02-21 15:50 +0200
http://bitbucket.org/pypy/pypy/changeset/7d20db5b18b5/

Log:    update whatsnew

diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py
--- a/pypy/doc/tool/makeref.py
+++ b/pypy/doc/tool/makeref.py
@@ -3,8 +3,8 @@
 py.path.local(__file__)
 import pypy
 pypydir = py.path.local(pypy.__file__).dirpath()
-distdir = pypydir.dirpath() 
-issue_url = 'http://codespeak.net/issue/pypy-dev/' 
+distdir = pypydir.dirpath()
+issue_url = 'http://bugs.pypy.org/issue/pypy-dev/' 
 bitbucket_url = 'https://bitbucket.org/pypy/pypy/src/default/'
 
 import urllib2, posixpath
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -65,3 +65,6 @@
 .. branch: signal-and-thread
 Add "__pypy__.thread.signals_enabled", a context manager. Can be used in a
 non-main thread to enable the processing of signal handlers in that thread.
+
+.. branch: coding-guide-update-rlib-refs
+.. branch: rlib-doc-rpython-refs
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to