diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-12 14:56:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-12 14:56:33 (GMT) |
commit | f615d1fe8ecc2afa674d837f1d3c8af87d35aa82 (patch) | |
tree | 3bd5550cdfbb9043aa1c9cd0efbcb247459ba809 /Doc | |
parent | 0b881dd50f38ef3215aa5093d57b353440bba076 (diff) | |
download | cpython-f615d1fe8ecc2afa674d837f1d3c8af87d35aa82.zip cpython-f615d1fe8ecc2afa674d837f1d3c8af87d35aa82.tar.gz cpython-f615d1fe8ecc2afa674d837f1d3c8af87d35aa82.tar.bz2 |
remove reference to dead irc channel (closes #23038)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/webservers.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 9ce9095..9e9b69d 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -728,6 +728,4 @@ found in the Python wiki. <https://wiki.python.org/moin/WebFrameworks>`_. Most frameworks also have their own mailing lists and IRC channels, look out - for these on the projects' web sites. There is also a general "Python in the - Web" IRC channel on freenode called `#python.web - <https://wiki.python.org/moin/PoundPythonWeb>`_. + for these on the projects' web sites. |