mirror_edk2/BaseTools/Source/Python/AutoGen
Yunhua Feng 2e300969ae BaseTools: change the Division Operator in the expression
PEP 238 -- Changing the Division Operator
x/y to return a reasonable approximation of the mathematical result
    of the division ("true division")
x//y to return the floor ("floor division")

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-10-13 09:54:53 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
AutoGen.py BaseTools: change the Division Operator in the expression 2018-10-13 09:54:53 +08:00
BuildEngine.py BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
GenC.py BaseTools: change the Division Operator in the expression 2018-10-13 09:54:53 +08:00
GenDepex.py BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section 2018-07-23 08:56:37 +08:00
GenMake.py BaseTools: do the list and iterator translation 2018-10-13 09:54:52 +08:00
GenPcdDb.py BaseTools: do the list and iterator translation 2018-10-13 09:54:52 +08:00
GenVar.py BaseTools: Handle the bytes and str difference 2018-10-13 09:54:07 +08:00
IdfClassObject.py BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
InfSectionParser.py BaseTools: fix the open file's read and write bugs 2018-10-13 09:50:45 +08:00
StrGather.py BaseTools: do the list and iterator translation 2018-10-13 09:54:52 +08:00
UniClassObject.py BaseTools: Handle the bytes and str difference 2018-10-13 09:54:07 +08:00
ValidCheckingInfoObject.py BaseTools: Handle the bytes and str difference 2018-10-13 09:54:07 +08:00