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

fileinput input's and Fileinput's bufsize=0 marked for removal in 3.8 #81133

Closed
Carreau mannequin opened this issue May 17, 2019 · 2 comments
Closed

fileinput input's and Fileinput's bufsize=0 marked for removal in 3.8 #81133

Carreau mannequin opened this issue May 17, 2019 · 2 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir

Comments

@Carreau
Copy link
Mannequin

Carreau mannequin commented May 17, 2019

BPO 36952
Nosy @serhiy-storchaka, @Carreau
PRs
  • bpo-36952: remove bufsize keyword (deprecated 3.6, removed 3.8) #13400
  • 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-05-21.02:11:00.191>
    created_at = <Date 2019-05-17.21:25:16.269>
    labels = ['3.8', 'library']
    title = "fileinput input's and Fileinput's bufsize=0 marked for removal in 3.8"
    updated_at = <Date 2019-05-21.02:11:00.191>
    user = 'https://github.com/Carreau'

    bugs.python.org fields:

    activity = <Date 2019-05-21.02:11:00.191>
    actor = 'methane'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-21.02:11:00.191>
    closer = 'methane'
    components = ['Library (Lib)']
    creation = <Date 2019-05-17.21:25:16.269>
    creator = 'mbussonn'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36952
    keywords = ['patch']
    message_count = 2.0
    messages = ['342769', '342953']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'mbussonn']
    pr_nums = ['13400']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue36952'
    versions = ['Python 3.8']

    @Carreau
    Copy link
    Mannequin Author

    Carreau mannequin commented May 17, 2019

    Can likely thus be removed now.

    See also https://bugs.python.org/issue33563 that was tracking better deprecation warnings.

    If not removed documentation should bump removal to 3.9

    @Carreau Carreau mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir labels May 17, 2019
    @serhiy-storchaka
    Copy link
    Member

    New changeset 1a3faf9 by Serhiy Storchaka (Matthias Bussonnier) in branch 'master':
    bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
    1a3faf9

    @methane methane closed this as completed May 21, 2019
    @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.8 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants