Skip to content

Commit cc12888

Browse files
committed
Remove unused suspicious rule in the docs
1 parent 06c245f commit cc12888

File tree

5 files changed

+8241
-5147
lines changed

5 files changed

+8241
-5147
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,3 @@ whatsnew/changelog,,::,default::DeprecationWarning
365365
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
366366
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
367367
library/re,,`,"`"
368-
library/dis,,:TOS1,TOS[x:TOS1 - 1 - y]

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 10
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 5
23+
#define PY_RELEASE_SERIAL 6
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.10.0a5+"
26+
#define PY_VERSION "3.10.0a6"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)