From 7b2adb2e1f3ac101fb0c89249163bc34292c94b5 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Feb 2009 18:56:30 +0000 Subject: [PATCH] Add a link for the py2exe deprecated sets module TODO. It's an open py2exe issue. --- docs/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO b/docs/TODO index 0cafb157c..354a94f51 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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]