Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notation #41928

Closed
mythrix mannequin opened this issue Apr 30, 2005 · 2 comments
Closed

Notation #41928

mythrix mannequin opened this issue Apr 30, 2005 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@mythrix
Copy link
Mannequin

mythrix mannequin commented Apr 30, 2005

BPO 1193001
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-06-02.13:53:08.000>
created_at = <Date 2005-04-30.14:01:32.000>
labels = ['docs']
title = 'Notation'
updated_at = <Date 2005-06-02.13:53:08.000>
user = 'https://bugs.python.org/mythrix'

bugs.python.org fields:

activity = <Date 2005-06-02.13:53:08.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-04-30.14:01:32.000>
creator = 'mythrix'
dependencies = []
files = []
hgrepos = []
issue_num = 1193001
keywords = []
message_count = 2.0
messages = ['25183', '25184']
nosy_count = 2.0
nosy_names = ['akuchling', 'mythrix']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1193001'
versions = ['Python 2.4']

@mythrix
Copy link
Mannequin Author

mythrix mannequin commented Apr 30, 2005

In Notation, it says the BNF form used is:
name: lc_letter (lc_letter | "_")*
lc_letter: "a"..."z"

But in the documentation, it is:
identifier ::= (letter|"_") (letter | digit | "_")*
letter ::= lowercase | uppercase

(ie, ::=, and not :)

@mythrix mythrix mannequin closed this as completed Apr 30, 2005
@mythrix mythrix mannequin assigned akuchling Apr 30, 2005
@mythrix mythrix mannequin added the docs Documentation in the Doc dir label Apr 30, 2005
@mythrix mythrix mannequin closed this as completed Apr 30, 2005
@mythrix mythrix mannequin assigned akuchling Apr 30, 2005
@mythrix mythrix mannequin added the docs Documentation in the Doc dir label Apr 30, 2005
@akuchling
Copy link
Member

Logged In: YES
user_id=11375

The notation section was using a different LaTeX macro from the other
grammar rules; I've fixed this on the HEAD and 2.4-maint branches.
Thanks for reporting this error!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant