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

base64 doc Python 2.3 <-> 2.4 #44237

Closed
jedie mannequin opened this issue Nov 16, 2006 · 2 comments
Closed

base64 doc Python 2.3 <-> 2.4 #44237

jedie mannequin opened this issue Nov 16, 2006 · 2 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@jedie
Copy link
Mannequin

jedie mannequin commented Nov 16, 2006

BPO 1597576
Nosy @birkenfeld

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 = None
closed_at = <Date 2006-11-16.15:06:12.000>
created_at = <Date 2006-11-16.09:25:22.000>
labels = ['type-feature', 'docs']
title = 'base64 doc Python 2.3 <-> 2.4'
updated_at = <Date 2006-11-16.15:06:12.000>
user = 'https://bugs.python.org/jedie'

bugs.python.org fields:

activity = <Date 2006-11-16.15:06:12.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2006-11-16.09:25:22.000>
creator = 'jedie'
dependencies = []
files = []
hgrepos = []
issue_num = 1597576
keywords = []
message_count = 2.0
messages = ['54940', '54941']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jedie']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1597576'
versions = []

@jedie
Copy link
Mannequin Author

jedie mannequin commented Nov 16, 2006

Because of the Bug here: http://sourceforge.net/tracker/index.php?func=detail&aid=1597570&group_id=5470&atid=105470 i can't report it into the new python.org trac :(

-----------------------------------------------------

The base64 doc does not mention, which function is new in Python 2.4.x

I have try to use b64encode with Python 2.3 :)

Please compare:

http://www.python.org/doc/2.3.5/lib/module-base64.html

with:

http://www.python.org/doc/2.4.2/lib/module-base64.html
and
http://docs.python.org/lib/module-base64.html

@jedie jedie mannequin closed this as completed Nov 16, 2006
@jedie jedie mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Nov 16, 2006
@jedie jedie mannequin closed this as completed Nov 16, 2006
@jedie jedie mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Nov 16, 2006
@birkenfeld
Copy link
Member

This should have been classified as a bug, and reported here in any case, since the documentation is part of the sources, not the website.

That aside, it's now fixed in rev. 52762, 52763 (2.5).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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 type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant