[issue25499] use argparse for the calendar module

2015-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Because we need only one issue for every feature. Tests was committed in issue18982. The patch in issue18973 just waits for review. -- ___ Python tracker __

[issue25499] use argparse for the calendar module

2015-10-28 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Why do you close it ? Ok, it's a duplicated issue, but the other issue is not closed. So, in that issue, there is no tests, maybe we can add some tests and re-submit a new patch. What do you think? -- ___ Python t

[issue25499] use argparse for the calendar module

2015-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue18973. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Use argparse in the calendar module ___ Python tracker

[issue25499] use argparse for the calendar module

2015-10-28 Thread Stéphane Wirtel
New submission from Stéphane Wirtel: optparse is marked as deprecated. I have moved argparse for the calendar module. Need reviews. -- components: Library (Lib) files: calendar_move_to_argparse.patch keywords: patch messages: 253619 nosy: matrixise priority: normal severity: normal st