cpython/Doc/reference
Terry Jan Reedy 4e45c6c54a
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
In Lexical Analysis f-strings section, NULL in the description
of 'literal character' means '\0'.  In the format_spec grammar
production, it is wrong with that meaning and redundant if
instead interpreted as <nothing>.  Remove it there.
2024-03-18 10:31:13 +01:00
..
compound_stmts.rst gh-81094: Refer to PEP 318 in compound_statements.rst (#113588) 2024-01-02 10:40:14 +02:00
datamodel.rst gh-72971: Clarify the special no-TypeError behavior for equality (#110729) 2024-03-03 00:45:48 +00:00
executionmodel.rst gh-103921: Document PEP 695 (#104642) 2023-05-26 10:48:17 -07:00
expressions.rst Docs: mark up NotImplemented using the :data: role throughout the docs (#116135) 2024-02-29 20:46:12 +00:00
grammar.rst Docs: Add label to grammar spec for linking from PEPs (#113235) 2023-12-17 12:23:14 -07:00
import.rst gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646) 2024-01-27 07:30:21 -07:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst gh-110886 Doc: add a link to BNF Wikipedia article (#110887) 2023-10-15 10:52:13 -06:00
lexical_analysis.rst gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) 2024-03-18 10:31:13 +01:00
simple_stmts.rst gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) 2024-03-07 10:05:03 +02:00
toplevel_components.rst GH-97950: Use new-style index directive ('builtin') (#104164) 2023-05-06 06:54:08 +03:00