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
Received on Dec 12 2007