Skip to content

Commit e40935e

Browse files
Update new type system discussion links (#16841)
As of the 10th of September 2023 the typing-sig mail list is now replaced with [discuss.python.org](https://discuss.python.org/c/typing/32) as explained [here](https://mail.python.org/archives/list/typing-sig@python.org/thread/BENDBBUDRCRMTTK2B5HJ7RCKENFD6DW2/) and [here](https://discuss.python.org/t/about-the-typing-category/34155) The README.md file was referencing the old link. --------- Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent 06b01c8 commit e40935e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To report a bug or request an enhancement:
4141

4242
To discuss a new type system feature:
4343

44-
- discuss at [typing-sig mailing list](https://mail.python.org/archives/list/typing-sig@python.org/)
45-
- there is also some historical discussion [here](https://github.com/python/typing/issues)
44+
- discuss at [discuss.python.org](https://discuss.python.org/c/typing/32)
45+
- there is also some historical discussion at the [typing-sig mailing list](https://mail.python.org/archives/list/typing-sig@python.org/) and the [python/typing repo](https://github.com/python/typing/issues)
4646

4747
What is mypy?
4848
-------------

0 commit comments

Comments
 (0)