Python 2.7将于2020年1月1日到期

时间:2019-08-31 12:03:59

标签: python python-2.7

此警告的确切含义是

<WhenFieldChanges
              field="gift"
              becomes={false}
              set="giftCardMessage"
              to={undefined}
            />
            <FieldPrefix prefix="apps.dh">
              <div>
                <label>Is this a gift?</label>
                <PrefixedField name="gift" component="input" type="checkbox" />
              </div>

              <div>
                <label>Message</label>
                <PrefixedField
                  name="giftCardMessage"
                  component="textarea"
                  placeholder="What do you want the card to say?"
                />
              </div>
            </FieldPrefix>

1 个答案:

答案 0 :(得分:1)

请参见PEP 373

  

作为2.x系列的最后一个,2.7将具有更长的维护期限。具体来说,2.7将在2020年1月1日之前获得错误修复支持。在最后一个发行版之后,2.7将不再获得支持。

     

计划的未来发布日期:

     
      
  • 2.7.17 2019年中期
  •   
  • 2020年1月27日18日
  •