python / cpython

The Python programming language
https://www.python.org/
Other
60.05k stars 29.08k forks source link

Fix for bug no. 48 (Annoyance in ftpmirror.py script) #32479

Closed c70e3ac3-8aeb-427f-b7e3-bcbb3bf6159e closed 23 years ago

c70e3ac3-8aeb-427f-b7e3-bcbb3bf6159e commented 23 years ago
BPO 400664
Nosy @gvanrossum
Files
  • None: None
  • 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: ```python assignee = 'https://github.com/gvanrossum' closed_at = created_at = labels = [] title = 'Fix for bug no. 48 (Annoyance in ftpmirror.py script)' updated_at = user = 'https://bugs.python.org/karl-sve' ``` bugs.python.org fields: ```python activity = actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = creator = 'karl-sve' dependencies = [] files = ['2485'] hgrepos = [] issue_num = 400664 keywords = ['patch'] message_count = 6.0 messages = ['32919', '32920', '32921', '32922', '32923', '32924'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'karl-sve'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400664' versions = [] ```

    c70e3ac3-8aeb-427f-b7e3-bcbb3bf6159e commented 23 years ago
    c70e3ac3-8aeb-427f-b7e3-bcbb3bf6159e commented 23 years ago

    Added fixes for the other scripts too.

    c70e3ac3-8aeb-427f-b7e3-bcbb3bf6159e commented 23 years ago

    Ok, I see your point. Maybe move bug #48 to notabug, or at least post your reply there too?

    gvanrossum commented 23 years ago

    This is trivial stuff, but I'm not too keen on this.

    Many of the scripts here really are embarrassing when viewed as modules. Why should we encourage their use as modules? Modules should live inside the Lib tree.

    gvanrossum commented 23 years ago

    Since I'm not rejecting it, it's my responsibility to look at it at a later date.

    gvanrossum commented 23 years ago

    Now I'm rejecting it -- not worth it. I'll address the bug entry.