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

compile error in poplib.py #45473

Closed
andre mannequin opened this issue Sep 8, 2007 · 3 comments
Closed

compile error in poplib.py #45473

andre mannequin opened this issue Sep 8, 2007 · 3 comments
Labels
build The build process and cross-build stdlib Python modules in the Lib dir

Comments

@andre
Copy link
Mannequin

andre mannequin commented Sep 8, 2007

BPO 1132
Nosy @birkenfeld
Superseder
  • bpo-1094: TypeError in poplib.py
  • 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 2007-09-09.10:04:33.873>
    created_at = <Date 2007-09-08.20:15:36.627>
    labels = ['build', 'library']
    title = 'compile error in poplib.py'
    updated_at = <Date 2007-09-09.10:04:33.831>
    user = 'https://bugs.python.org/andre'

    bugs.python.org fields:

    activity = <Date 2007-09-09.10:04:33.831>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2007-09-09.10:04:33.873>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2007-09-08.20:15:36.627>
    creator = 'andre'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 1132
    keywords = []
    message_count = 3.0
    messages = ['55753', '55756', '55765']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'janssen', 'andre']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '1094'
    type = 'compile error'
    url = 'https://bugs.python.org/issue1132'
    versions = ['Python 3.0']

    @andre
    Copy link
    Mannequin Author

    andre mannequin commented Sep 8, 2007

    File "c:\Python30\lib\poplib.py", line 137, in _getlongresp
    while line != '.':
    TypeError: can't compare bytes and str

    @andre andre mannequin added stdlib Python modules in the Lib dir build The build process and cross-build labels Sep 8, 2007
    @janssen
    Copy link
    Mannequin

    janssen mannequin commented Sep 8, 2007

    Isn't this 1094?

    @birkenfeld
    Copy link
    Member

    Bill Janssen schrieb:

    Isn't this 1094?

    It is.

    @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
    build The build process and cross-build stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant