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

Add 'm' format specifier for mon_grouping etc. #61168

Open
skrah mannequin opened this issue Jan 14, 2013 · 2 comments
Open

Add 'm' format specifier for mon_grouping etc. #61168

skrah mannequin opened this issue Jan 14, 2013 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Jan 14, 2013

BPO 16964
Nosy @mdickinson, @ericvsmith, @skrah
Files
  • issue16964.patch
  • 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 = None
    created_at = <Date 2013-01-14.16:54:54.277>
    labels = ['interpreter-core', 'type-feature']
    title = "Add 'm' format specifier for mon_grouping etc."
    updated_at = <Date 2016-06-02.00:04:05.348>
    user = 'https://github.com/skrah'

    bugs.python.org fields:

    activity = <Date 2016-06-02.00:04:05.348>
    actor = 'r.david.murray'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2013-01-14.16:54:54.277>
    creator = 'skrah'
    dependencies = []
    files = ['31009']
    hgrepos = []
    issue_num = 16964
    keywords = ['patch']
    message_count = 2.0
    messages = ['179955', '193541']
    nosy_count = 5.0
    nosy_names = ['mark.dickinson', 'eric.smith', 'mrabarnett', 'skrah', 'Peter.Stahl']
    pr_nums = []
    priority = 'low'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue16964'
    versions = ['Python 3.6']

    @skrah
    Copy link
    Mannequin Author

    skrah mannequin commented Jan 14, 2013

    This issue proposes an additional 'm' format specifier that behaves like
    'n', but uses mon_grouping, mon_decimal_point and mon_thousands_sep.

    See bpo-16944 for the rationale.

    @skrah skrah mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Jan 14, 2013
    @mrabarnett
    Copy link
    Mannequin

    mrabarnett mannequin commented Jul 22, 2013

    I've attached my attempt at a patch.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants