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

update doc of compileall #81956

Closed
shihai1991 opened this issue Aug 6, 2019 · 4 comments
Closed

update doc of compileall #81956

shihai1991 opened this issue Aug 6, 2019 · 4 comments
Labels
3.9 only security fixes docs Documentation in the Doc dir

Comments

@shihai1991
Copy link
Member

BPO 37775
Nosy @vstinner, @Mariatta, @CuriousLearner, @miss-islington, @shihai1991
PRs
  • bpo-37775: update docs of compileall #15148
  • [3.8] bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) #15294
  • 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 2019-08-21.17:04:18.593>
    created_at = <Date 2019-08-06.17:38:00.455>
    labels = ['3.9', 'docs']
    title = 'update doc of compileall'
    updated_at = <Date 2019-08-21.17:04:18.592>
    user = 'https://github.com/shihai1991'

    bugs.python.org fields:

    activity = <Date 2019-08-21.17:04:18.592>
    actor = 'shihai1991'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-08-21.17:04:18.593>
    closer = 'shihai1991'
    components = ['Documentation']
    creation = <Date 2019-08-06.17:38:00.455>
    creator = 'shihai1991'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37775
    keywords = ['patch']
    message_count = 4.0
    messages = ['349120', '349725', '349765', '349769']
    nosy_count = 6.0
    nosy_names = ['vstinner', 'docs@python', 'Mariatta', 'CuriousLearner', 'miss-islington', 'shihai1991']
    pr_nums = ['15148', '15294']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37775'
    versions = ['Python 3.9']

    @shihai1991
    Copy link
    Member Author

    due to a6b3ec5,
    we need update invalidation_mode's value from py_compile.PycInvalidationMode.TIMESTAMP to None in compile_xx function.

    @shihai1991 shihai1991 added the 3.9 only security fixes label Aug 6, 2019
    @shihai1991 shihai1991 added the docs Documentation in the Doc dir label Aug 6, 2019
    @CuriousLearner
    Copy link
    Member

    I've checked and approved this PR.

    This needs a core-review now.

    Thanks, Hai for your contribution.

    @vstinner
    Copy link
    Member

    New changeset 68e495d by Victor Stinner (Hai Shi) in branch 'master':
    bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
    68e495d

    @miss-islington
    Copy link
    Contributor

    New changeset dbe4c28 by Miss Islington (bot) in branch '3.8':
    bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
    dbe4c28

    @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
    3.9 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants