bpo-32337: Update documentats about dict order (GH-4973)

This commit is contained in:
hui shang 2018-04-04 12:55:05 +08:00 committed by INADA Naoki
parent c869529ea9
commit dfbbbf16f9
4 changed files with 21 additions and 23 deletions

View file

@ -1451,6 +1451,7 @@ Ian Seyer
Dmitry Shachnev
Anish Shah
Daniel Shahaf
Hui Shang
Mark Shannon
Ha Shao
Richard Shapiro

View file

@ -0,0 +1 @@
Update documentation related with ``dict`` order.