New submission from Antony Lee:

The docs for `tokenize.detect_encoding` state `Use open() to open Python source 
files: it uses detect_encoding() to detect the file encoding.`

Unfortunately, clicking on `open` redirects to the builtin `open` function, not 
to `tokenize.open` as it should.

----------
assignee: docs@python
components: Documentation
messages: 258319
nosy: Antony.Lee, docs@python
priority: normal
severity: normal
status: open
title: Broken link in docs for tokenize
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26127>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to