When using the following code using the python interpreter from ArcGIS Pro:
<SPAN class="keyword token">import</SPAN> arceditor
<SPAN class="keyword token">import</SPAN> arcpy
<SPAN class="keyword token">print</SPAN><SPAN class="punctuation token">(</SPAN>arcpy<SPAN class="punctuation token">.</SPAN>ProductInfo<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
The result is:
ArcInfo
When running using ArcGis Desktop 10.6 python it shows the expected result:
ArcEditor
I experienced this bug before in the 10.3 release of ArcGIS Desktop.
Is this the correct behavior for ArcGIS Pro related python? Or is it the old bug acting up again?
- Robert