Add documentation and initial framework for Python 3.4 support
This commit is contained in:
@@ -122,6 +122,12 @@ void PycModule::setVersion(unsigned int magic)
|
||||
m_unicode = true;
|
||||
break;
|
||||
|
||||
case MAGIC_3_4:
|
||||
m_maj = 3;
|
||||
m_min = 4;
|
||||
m_unicode = true;
|
||||
break;
|
||||
|
||||
/* Bad Magic detected */
|
||||
default:
|
||||
m_maj = -1;
|
||||
|
||||
Reference in New Issue
Block a user