python / cpython

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

Add datetime.time.strptime and datetime.date.strptime #41431

Closed 3a57c1f3-e3d5-476c-8e8d-dc193f0a42f4 closed 1 month ago

3a57c1f3-e3d5-476c-8e8d-dc193f0a42f4 commented 19 years ago
BPO 1100942
Nosy @amauryfa, @abalkin, @vstinner, @devdanzin, @berkerpeksag, @soltysh, @matrixise, @vajrasky, @matheusportela, @pganssle
PRs
  • python/cpython#5578
  • Files
  • strptime.diff
  • strptime2.diff: time.strptime and date.strptime as well
  • date-strptime.patch
  • issue1100942.diff
  • issue1100942_pure.diff
  • issue1100942_pure2.diff
  • issue1100942_v4.diff
  • issue1100942_full.patch: Full (merged) patch against current HEAD
  • issue1100942_20140409.patch: Patch fixed against current default branch
  • issue1100942.patch
  • issue1100942-3.6.patch
  • issue1100942_20170722.patch
  • 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 = None closed_at = None created_at = labels = ['extension-modules', 'type-feature', '3.8'] title = 'Add datetime.time.strptime and datetime.date.strptime' updated_at = user = 'https://bugs.python.org/josh-sf' ``` bugs.python.org fields: ```python activity = actor = 'p-ganssle' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = creator = 'josh-sf' dependencies = [] files = ['6427', '6428', '14351', '17599', '26446', '26452', '29117', '33240', '34778', '39345', '44044', '47032'] hgrepos = [] issue_num = 1100942 keywords = ['patch', 'needs review'] message_count = 48.0 messages = ['47516', '47517', '47518', '47519', '47520', '82109', '89650', '103731', '103732', '106805', '106807', '107402', '114247', '126013', '162732', '165882', '165905', '165906', '165929', '174743', '174746', '182336', '184577', '206495', '206498', '206500', '206519', '206717', '215472', '215474', '215491', '215537', '215559', '215843', '242569', '242803', '242809', '242917', '272149', '273568', '279331', '279333', '279334', '298841', '298842', '311783', '313948', '321550'] nosy_count = 22.0 nosy_names = ['jafo', 'guettli', 'amaury.forgeotdarc', 'belopolsky', 'sonderblade', 'alanvgreen', 'vstinner', 'ajaksu2', 'josh-sf', 'cvrebert', 'tiktuk', 'adam-collard', 'westley.martinez', 'berker.peksag', 'maciej.szulik', 'Juarez.Bochi', 'petre', 'matrixise', 'vajrasky', 'Julian.Gindi', 'matheus.v.portela', 'p-ganssle'] pr_nums = ['5578'] priority = None resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1100942' versions = ['Python 3.8'] ```

    Linked PRs