This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Code Refactoring in function nis_mapname()
Type: enhancement Stage:
Components: Extension Modules Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: benjamin.peterson, python-dev, rhettinger, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2015-05-27 15:48 by pankaj.s01, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-3.4.3-nismodule.patch pankaj.s01, 2015-05-27 15:48 Modules/nismodule.c
Messages (4)
msg244183 - (view) Author: Pankaj Sharma (pankaj.s01) * Date: 2015-05-27 15:48
Hi,
Here , A code refactoring patch have been submitted for 
Function: nis_mapname() and 
File: Python-3.4.3/Modules/nismodule.c

Please Review it,

Thanks,
Pankaj
msg247250 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-07-24 04:47
New changeset 3bbd0cbfe836 by Raymond Hettinger in branch 'default':
Issue #24300:  Minor refactoring.
https://hg.python.org/cpython/rev/3bbd0cbfe836
msg247253 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-07-24 04:56
The patch doesn't fix any bug. Usually we avoid changing source code without need.
msg247257 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2015-07-24 05:08
It is perfectly reasonable to make refactorings.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68488
2015-07-24 05:08:41rhettingersetstatus: open -> closed
resolution: fixed
messages: + msg247257

versions: + Python 3.6, - Python 3.4
2015-07-24 04:56:27serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg247253
2015-07-24 04:47:18python-devsetnosy: + python-dev
messages: + msg247250
2015-07-24 04:41:00rhettingersetassignee: rhettinger

nosy: + rhettinger
2015-07-24 04:13:09pankaj.s01setnosy: + benjamin.peterson, - pankaj.s01
2015-05-27 15:48:01pankaj.s01create