1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

Add a link for the py2exe deprecated sets module TODO. It's an open py2exe

issue.
This commit is contained in:
david
2009-02-02 18:56:30 +00:00
parent 006b5b863b
commit 7b2adb2e1f

View File

@@ -17,6 +17,7 @@ o Deal with GTK DLL problem with Nmap 4.85BETA1:
o Deal with new Python 2.6 Zenmap build warnings:
C:\Python26\lib\site-packages\py2exe\build_exe.py:16: DeprecationWarning: the sets module is deprecated
import sets
http://sourceforge.net/tracker/index.php?func=detail&aid=2314799&group_id=15583&atid=115583
o Ncat: Get rid of sys_wrap stuff and use normal Nbase portability
code. [Kris]