Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don't attempt to escape markup in NEWS
  • Loading branch information
ncoghlan committed May 1, 2017
commit f0b3c0b9bf2273ff33bafa3fc72318decfd89d35
8 changes: 4 additions & 4 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -984,10 +984,10 @@ C API
Documentation
-------------

- Issue #30052: the link targets for ``:func:\`bytes\``` and
``:func:\`bytearray\``` are now their respective type definitions, rather
than the corresponding builtin function entries. Use ``:ref:\`func-bytes\```
and ``:ref:\`func-bytes\``` to reference the latter.
- Issue #30052: the link targets for :func:`bytes` and
:func:`bytearray` are now their respective type definitions, rather
than the corresponding builtin function entries. Use :ref:`bytes <func-bytes>`
and :ref:`bytearray <func-bytearray>` to reference the latter.

In order to ensure this and future cross-reference updates are applied
automatically, the daily documentation builds now disable the default
Expand Down