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

minor bug in what's new > decorators #41366

Closed
vinweh mannequin opened this issue Dec 26, 2004 · 3 comments
Closed

minor bug in what's new > decorators #41366

vinweh mannequin opened this issue Dec 26, 2004 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@vinweh
Copy link
Mannequin

vinweh mannequin commented Dec 26, 2004

BPO 1091302
Nosy @smontanaro

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/smontanaro'
closed_at = <Date 2004-12-26.15:32:41.000>
created_at = <Date 2004-12-26.09:32:05.000>
labels = ['docs']
title = "minor bug in what's new > decorators"
updated_at = <Date 2004-12-26.15:32:41.000>
user = 'https://bugs.python.org/vinweh'

bugs.python.org fields:

activity = <Date 2004-12-26.15:32:41.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-26.09:32:05.000>
creator = 'vinweh'
dependencies = []
files = []
hgrepos = []
issue_num = 1091302
keywords = []
message_count = 3.0
messages = ['23818', '23819', '23820']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'vinweh']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091302'
versions = ['Python 2.4']

@vinweh
Copy link
Mannequin Author

vinweh mannequin commented Dec 26, 2004

In What's New > 5 PEP-318: Decorators for Functions and
Methods > ca. 5 Paragraph

@A @b @C
def f ():
...

should say
@A
@b
@C
def f():
...

@vinweh vinweh mannequin closed this as completed Dec 26, 2004
@vinweh vinweh mannequin assigned smontanaro Dec 26, 2004
@vinweh vinweh mannequin added the docs Documentation in the Doc dir label Dec 26, 2004
@vinweh
Copy link
Mannequin Author

vinweh mannequin commented Dec 26, 2004

Logged In: YES
user_id=541292

Should have added the link:
http://docs.python.org/whatsnew/node6.html

@smontanaro
Copy link
Contributor

Logged In: YES
user_id=44345

Thanks. Corrected in whatsnew24.tex v 1.125.

@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