Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesArcas committed Mar 9, 2024
1 parent dc4bbff commit 7a56886
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ A full and working Python implementation of sed

* * *

#### Important note

`pythonsed` has been rewrited and completed by [Frank Schäckermann](https://github.com/fschaeck). This new version has its own [repository](https://github.com/fschaeck/PythonSed) and is very close to be fully compatible with GNU sed 4.8. Any comment or pull request should be addressed to Frank.
* * *
#### Description

`pythonsed` is a full and working Python implementation of sed. Its reference is GNU sed 4.2 of which it implements almost all commands and features. It may be used as a command line utility or it can be used as a module to bring sed functionality to Python scripts.
Expand Down Expand Up @@ -441,6 +437,14 @@ Test conditions:
* Only script files are used (scripts from folders testsuiteN). This is to avoid measuring the time to extract scripts, inputs and results from .suite files.
* The given values are averaged from three consecutive test runs.


* * *

### Alternative

* * *
`pythonsed` has been forked and completed by [Frank Schäckermann](https://github.com/fschaeck). This new version has its own [repository](https://github.com/fschaeck/PythonSed) and is very close to be fully compatible with GNU sed 4.8.

* * *

### To do list
Expand Down

0 comments on commit 7a56886

Please sign in to comment.