Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43bbbdf

Browse files
author
Mark Pilgrim
committed
better URL for Python 3 recipes
1 parent b8a1f0e commit 43bbbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

where-to-go-from-here.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 id=code>Where To Look For Python 3-Compatible Code</h2>
7272

7373
<ul>
7474
<li><a href='http://pypi.python.org/pypi?:action=browse&amp;c=533&amp;show=all'>Python Package Index: list of Python 3 packages</a>
75-
<li><a href='http://code.activestate.com/recipes/langs/python/tags/python3/'>Python Cookbook: list of recipes tagged &#8220;python3&#8221;</a>
75+
<li><a href='http://code.activestate.com/recipes/langs/python/tags/meta:min_python_3/'>Python Cookbook: list of Python 3 recipes</a>
7676
<li><a href='http://code.google.com/hosting/search?q=label:python3'>Google Project Hosting: list of projects tagged &#8220;python3&#8221;</a>
7777
<li><a href='http://sourceforge.net/search/?words=%22python+3%22'>SourceForge: list of projects matching &#8220;Python 3&#8221;</a>
7878
<li><a href='http://github.com/search?type=Repositories&amp;language=python&amp;q=python3'>GitHub: list of projects matching &#8220;python3&#8221;</a> (also, <a href='http://github.com/search?type=Repositories&amp;language=python&amp;q=python+3'>list of projects matching &#8220;python 3&#8221;</a>)

0 commit comments

Comments
 (0)