[Python-checkins] cpython: link to canonical blogspot

benjamin.peterson python-checkins at python.org
Thu Sep 8 13:14:40 EDT 2016


https://hg.python.org/cpython/rev/e70dcf7a6980
changeset:   103320:e70dcf7a6980
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Sep 08 10:14:31 2016 -0700
summary:
  link to canonical blogspot

files:
  Objects/dictobject.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/dictobject.c b/Objects/dictobject.c
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -11,7 +11,7 @@
 This implements the dictionary's hashtable.
 
 As of Python 3.6, this is compact and orderd. Basic idea is described here.
-https://morepypy.blogspot.jp/2015/01/faster-more-memory-efficient-and-more.html
+https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
 
 layout:
 

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


More information about the Python-checkins mailing list