Skip to content

Conversation

@sm17p
Copy link

@sm17p sm17p commented Mar 17, 2016

Changed semantics of except
eg:-
except E, N:

to

except E as N:

For reference look up : https://www.python.org/dev/peps/pep-3110/#id22

Smit Patel the1995captainh@gmail.com

Changed semantics of except
eg:-
except E, N:

to

except E as N:

For reference look up : https://www.python.org/dev/peps/pep-3110/#id22

Smit Patel <the1995captainh@gmail.com>
@ghost
Copy link

ghost commented Jun 27, 2016

Hello @thebinarymutant, thanks for your PR. For now, we use python2 for Zenmap, and there are lots of files that would need to be updated in order to use python3. The advantage of python2 is that it is compatible with a lot of machines. So I would say this is a good PR but I don't know if we will switch to python3 now. I'll discuss that with my mentor @bonsaiviking and we'll keep you updated about the decision. Talk to you soon. Vincent

@nmap-bot nmap-bot closed this in d0774e7 Jul 1, 2016
@ghost
Copy link

ghost commented Jul 1, 2016

Hi @thebinarymutant, I just made a commit on Nmap repository to apply your patch. You can find more detail on the commit page: d0774e7.
Everything worked well, thus all credits goes to you. Thanks for your contribution!
Have a nice day,
Vincent

tremblerz pushed a commit to tremblerz/nmap that referenced this pull request Jul 20, 2016
tremblerz pushed a commit to tremblerz/nmap that referenced this pull request Jul 21, 2016
batrick pushed a commit to batrick/nmap that referenced this pull request Aug 2, 2016
cclauss added a commit to cclauss/nmap that referenced this pull request Nov 7, 2022
Prove the Python syntax errors as discussed in
* nmap#91
* nmap#342
* nmap#624
* nmap#665
* nmap#666
* nmap#1176
* nmap#1484
* nmap#1807
* nmap#1972
* nmap#2088 
* nmap#2279
* nmap#2287
* nmap#2446
* nmap#2493
* nmap#2522
And many more...
cclauss added a commit to cclauss/nmap that referenced this pull request Nov 7, 2022
Prove the Python syntax errors as discussed in
* nmap#91
* nmap#342
* nmap#624
* nmap#665
* nmap#666
* nmap#1176
* nmap#1484
* nmap#1807
* nmap#1972
* nmap#2088 
* nmap#2279
* nmap#2287
* nmap#2446
* nmap#2493
* nmap#2522
And many more...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant