Skip to content
Snippets Groups Projects
Commit 79675aa6 authored by gpotter2's avatar gpotter2
Browse files

Added doc in CONTRIBUTING

parent d51edef8
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,11 @@ parsed from a string (during a network capture or a PCAP file
read). Adding inefficient code here will have a disastrous effect on
Scapy's performances.
### Python 2 and 3 compatibility
The project aims to provide code that works both on Python 2 and Python 3. Therefore, some rules need to be apply to achieve compatibility:
- byte-string must be defined as b"\x00\x01\x02"
### Code review
Maintainers tend to be picky, and you might feel frustrated that your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment