Skip to content

Commit

Permalink
Python 3.12 has ideas about printing
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 16, 2023
1 parent 22ea3ee commit e95aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/fplll/bkz_param.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ cdef class Strategy:
>>> from fpylll import load_strategies_json, BKZ
>>> print(load_strategies_json(BKZ.DEFAULT_STRATEGY)[50].dict()) # doctest: +ELLIPSIS
OrderedDict([('block_size', 50), ('preprocessing_block_sizes', (26,)), ('pruning_parameters', ...)])
OrderedDict...
>>> print(load_strategies_json(BKZ.DEFAULT_STRATEGY)[50])
Strategy< 50, (26), 0.52-0.55, {}>
Expand Down

0 comments on commit e95aeb6

Please sign in to comment.