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

extend py_compile to compile files from stdin #52480

Closed
piotr mannequin opened this issue Mar 25, 2010 · 4 comments
Closed

extend py_compile to compile files from stdin #52480

piotr mannequin opened this issue Mar 25, 2010 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@piotr
Copy link
Mannequin

piotr mannequin commented Mar 25, 2010

BPO 8233
Nosy @warsaw, @doko42, @merwok
Files
  • py_compile.py.diff: patch against trunk (python2.7)
  • py_compile.py.diff: patch against py3k
  • 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/warsaw'
    closed_at = <Date 2010-03-31.21:36:43.545>
    created_at = <Date 2010-03-25.20:30:38.398>
    labels = ['type-feature', 'library']
    title = 'extend py_compile to compile files from stdin'
    updated_at = <Date 2010-12-16.06:29:23.719>
    user = 'https://bugs.python.org/piotr'

    bugs.python.org fields:

    activity = <Date 2010-12-16.06:29:23.719>
    actor = 'eric.araujo'
    assignee = 'barry'
    closed = True
    closed_date = <Date 2010-03-31.21:36:43.545>
    closer = 'barry'
    components = ['Library (Lib)']
    creation = <Date 2010-03-25.20:30:38.398>
    creator = 'piotr'
    dependencies = []
    files = ['16658', '16659']
    hgrepos = []
    issue_num = 8233
    keywords = ['patch']
    message_count = 4.0
    messages = ['101730', '102032', '102034', '124109']
    nosy_count = 4.0
    nosy_names = ['barry', 'doko', 'eric.araujo', 'piotr']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue8233'
    versions = ['Python 2.7', 'Python 3.2']

    @piotr
    Copy link
    Mannequin Author

    piotr mannequin commented Mar 25, 2010

    Following bpo-8140 - attached patches add functionality to take file names to be compiled from standard input in py_compile module (if '-' is the only parameter in args)

    @piotr piotr mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 25, 2010
    @warsaw warsaw self-assigned this Mar 25, 2010
    @warsaw
    Copy link
    Member

    warsaw commented Mar 31, 2010

    Slightly modified, patch committed to trunk in r79533

    @warsaw
    Copy link
    Member

    warsaw commented Mar 31, 2010

    r79536 in py3k

    @warsaw warsaw closed this as completed Mar 31, 2010
    @merwok
    Copy link
    Member

    merwok commented Dec 16, 2010

    Missing doc added in r87312 and r87311.

    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants