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

typo in liblocale.tex #41025

Closed
quiver mannequin opened this issue Oct 15, 2004 · 2 comments
Closed

typo in liblocale.tex #41025

quiver mannequin opened this issue Oct 15, 2004 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@quiver
Copy link
Mannequin

quiver mannequin commented Oct 15, 2004

BPO 1047577
Files
  • liblocale.diff: patch against CVS HEAD
  • liblocale23.diff: patch against release23-maint
  • 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 2004-10-17.16:46:53.000>
    created_at = <Date 2004-10-15.05:51:36.000>
    labels = ['docs']
    title = 'typo in liblocale.tex'
    updated_at = <Date 2004-10-17.16:46:53.000>
    user = 'https://bugs.python.org/quiver'

    bugs.python.org fields:

    activity = <Date 2004-10-17.16:46:53.000>
    actor = 'nnorwitz'
    assignee = 'nnorwitz'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2004-10-15.05:51:36.000>
    creator = 'quiver'
    dependencies = []
    files = ['6301', '6302']
    hgrepos = []
    issue_num = 1047577
    keywords = ['patch']
    message_count = 2.0
    messages = ['47077', '47078']
    nosy_count = 2.0
    nosy_names = ['nnorwitz', 'quiver']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1047577'
    versions = ['Python 2.4']

    @quiver
    Copy link
    Mannequin Author

    quiver mannequin commented Oct 15, 2004

    Quote from the example of locale library.
    6.26 locale -- Internationalization services
    http://docs.python.org/lib/module-locale.html

    >>> loc = locale.setlocale(locale.LC_ALL) # get current 
    locale
    >>> locale.setlocale(locale.LC_ALL, 'de_DE') # ...

    The first line should read ::

    >>> loc = locale.getlocale(locale.LC_ALL) # get current 
    locale

    I mean, s/set/get.

    @quiver quiver mannequin closed this as completed Oct 15, 2004
    @quiver quiver mannequin assigned nnorwitz Oct 15, 2004
    @quiver quiver mannequin added the docs Documentation in the Doc dir label Oct 15, 2004
    @quiver quiver mannequin closed this as completed Oct 15, 2004
    @quiver quiver mannequin assigned nnorwitz Oct 15, 2004
    @quiver quiver mannequin added the docs Documentation in the Doc dir label Oct 15, 2004
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Oct 17, 2004

    Logged In: YES
    user_id=33168

    Checked in as:

    Thanks!

    @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

    0 participants