Merge pull request #4593 from pallets/remove-mailing-list

remove references to mailing list
This commit is contained in:
David Lord 2022-05-10 09:35:05 -07:00 committed by GitHub
commit e322f32e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View file

@ -11,7 +11,6 @@ dist/
build/ build/
*.egg *.egg
*.egg-info/ *.egg-info/
_mailinglist
.tox/ .tox/
.cache/ .cache/
.pytest_cache/ .pytest_cache/

View file

@ -14,11 +14,10 @@ own code:
- The ``#questions`` channel on our Discord chat: - The ``#questions`` channel on our Discord chat:
https://discord.gg/pallets https://discord.gg/pallets
- The mailing list flask@python.org for long term discussion or larger
issues.
- Ask on `Stack Overflow`_. Search with Google first using: - Ask on `Stack Overflow`_. Search with Google first using:
``site:stackoverflow.com flask {search term, exception message, etc.}`` ``site:stackoverflow.com flask {search term, exception message, etc.}``
- Ask on our `GitHub Discussions`_. - Ask on our `GitHub Discussions`_ for long term discussion or larger
questions.
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent .. _Stack Overflow: https://stackoverflow.com/questions/tagged/flask?tab=Frequent
.. _GitHub Discussions: https://github.com/pallets/flask/discussions .. _GitHub Discussions: https://github.com/pallets/flask/discussions

View file

@ -271,16 +271,16 @@ Learn from Others
This documentation only touches the bare minimum for extension development. This documentation only touches the bare minimum for extension development.
If you want to learn more, it's a very good idea to check out existing extensions If you want to learn more, it's a very good idea to check out existing extensions
on the `PyPI`_. If you feel lost there is still the `mailinglist`_ and the on `PyPI`_. If you feel lost there is `Discord Chat`_ or
`Discord server`_ to get some ideas for nice looking APIs. Especially if you do `GitHub Discussions`_ to get some ideas for nice looking APIs. Especially if you do
something nobody before you did, it might be a very good idea to get some more something nobody before you did, it might be a very good idea to get some more
input. This not only generates useful feedback on what people might want from input. This not only generates useful feedback on what people might want from
an extension, but also avoids having multiple developers working in isolation an extension, but also avoids having multiple developers working in isolation
on pretty much the same problem. on pretty much the same problem.
Remember: good API design is hard, so introduce your project on the Remember: good API design is hard, so introduce your project on
mailing list, and let other developers give you a helping hand with `Discord Chat`_ or `GitHub Discussions`_, and let other developers give
designing the API. you a helping hand with designing the API.
The best Flask extensions are extensions that share common idioms for the The best Flask extensions are extensions that share common idioms for the
API. And this can only work if collaboration happens early. API. And this can only work if collaboration happens early.
@ -327,6 +327,6 @@ ecosystem remain consistent and compatible.
indicate supported versions. indicate supported versions.
.. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask .. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask
.. _mailinglist: https://mail.python.org/mailman/listinfo/flask .. _Discord Chat: https://discord.gg/pallets
.. _Discord server: https://discord.gg/pallets .. _GitHub Discussions: https://github.com/pallets/flask/discussions
.. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/ .. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/