Added doc in CONTRIBUTING

This commit is contained in:
gpotter2 2017-03-22 17:40:33 +01:00
parent d51edef853
commit 79675aa625
1 changed files with 5 additions and 0 deletions

View File

@ -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