1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Credit Python 3 contributors. Closes #1176.

Closes #2287. Closes #1972. Closes #1484. Closes #666. Closes #2522.
Closes #2446. Closes #2279
This commit is contained in:
dmiller
2022-12-15 13:54:11 +00:00
parent 87778f7693
commit 37dd0969d3

View File

@@ -1,6 +1,8 @@
#Nmap Changelog ($Id$); -*-text-*-
o Additional Python 3 update fixes by Sam James, Daniel Miller.
o Additional Python 3 update fixes by Sam James, Daniel Miller. Special thanks
to those who opened Python 3-related issues and pull requests: Eli Schwartz, Romain
Leonard, Varunram Ganesh, Pavel Zhukov, Carey Balboa, Hasan Aliyev, and others.
o [GH#1807][GH#1176][Ndiff] Updated Ndiff to Python 3. [Brian Quigley]