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

Skip to content

Commit be1a898

Browse files
committed
Merge pull request matplotlib#11 from jkseppan/mailing-lists
Mailing lists now at python.org
2 parents c5f285a + 1bc6383 commit be1a898

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_sources/faq/howto_faq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Request a new feature
491491

492492
Is there a feature you wish matplotlib had? Then ask! The best
493493
way to get started is to email the developer `mailing
494-
list <matplotlib-devel@lists.sourceforge.net>`_ for discussion.
494+
list <matplotlib-devel@python.org>`_ for discussion.
495495
This is an open source project developed primarily in the
496496
contributors free time, so there is no guarantee that your
497497
feature will be added. The *best* way to get the feature
@@ -514,7 +514,7 @@ demonstrating what the bug is. Including a clear, easy to test
514514
example makes it easy for the developers to evaluate the bug. Expect
515515
that the bug reports will be a conversation. If you do not want to
516516
register with github, please email bug reports to the `mailing list
517-
<matplotlib-devel@lists.sourceforge.net>`_.
517+
<matplotlib-devel@python.org>`_.
518518

519519

520520
The easiest way to submit patches to matplotlib is through pull

_sources/faq/troubleshooting_faq.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There is a good chance your question has already been asked:
7878
If you are unable to find an answer to your question through search,
7979
please provide the following information in your e-mail to the
8080
`mailing list
81-
<http://lists.sourceforge.net/mailman/listinfo/matplotlib-users>`_:
81+
<https://mail.python.org/mailman/listinfo/matplotlib-users>`_:
8282

8383
* your operating system; (Linux/UNIX users: post the output of ``uname -a``)
8484

@@ -154,9 +154,9 @@ simple test script in debug mode::
154154

155155
and post :file:`build.out` and :file:`run.out` to the
156156
`matplotlib-devel
157-
<http://lists.sourceforge.net/mailman/listinfo/matplotlib-devel>`_
157+
<https://mail.python.org/mailman/listinfo/matplotlib-devel>`_
158158
mailing list (please do not post git problems to the `users list
159-
<http://lists.sourceforge.net/mailman/listinfo/matplotlib-users>`_).
159+
<https://mail.python.org/mailman/listinfo/matplotlib-users>`_).
160160

161161
Of course, you will want to clearly describe your problem, what you
162162
are expecting and what you are getting, but often a clean build and

0 commit comments

Comments
 (0)