Nmap Development mailing list archives

Re: Last chance to test 4.50! New candidate binaries.


From: Kris Katterjohn <katterjohn () gmail com>
Date: Wed, 12 Dec 2007 14:27:14 -0600

João Medeiros wrote:
Hi,

    I made two patchs to solve this problem. See attachments.

Att, João Medeiros.


 From NmapCommand.py.diff:

-        return "\\n".join(raw_output)
+        return "".join(raw_output)


Isn't "".join(raw_output) the same as just raw_output?

Surely correct me if I'm wrong as the only experience with Python I have 
is the brief bit I worked on UMIT during the SoC :)

Thanks,
Kris Katterjohn

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: